I've been searching on this one and can't seem to find the right answer.
I am trying to create a command line application that will launch and stay running. The terminal will display content with a single input line to type commands. Similar to the "top" command in Linux. I know how to read and write from the console but I can't seem to find the method to keep the terminal from scrolling and how to do the pretty layout in the rest of it. I'm planning to do it in Java if possible.
Any pointers, resources or techniques are appreciated.
Thanks steve