DEV Community

Cover image for How to Build a Command-Line Text Editor With Java (Part 2)
Marco Behler
Marco Behler

Posted on

How to Build a Command-Line Text Editor With Java (Part 2)

Let's continue building our Java based, command-line text editor that we started here @ https://youtu.be/kT4JYQi9w4w .

This is Part 2 and we will cover: How to detect "complex" key presses like arrow up, arrow down and friends. How to move the cursor around on the screen, how to load and display text files, as well as a first, vertical scrolling implementation.

You're going to be in for a ride!

Top comments (0)