I would like to write a Java terminal application that performs screen manipulation. Are there any good libraries that allow you to manipulate the screen like curses in the * nix / C world?
The minimum features I'm looking for are windows and user support.
In the talk function, I would like to have a terminal area where some data is updated regularly while (at the same time) the user can enter commands / text in some other part of the screen.
java terminal console gnu-screen console-application
Francisco Canedo Jan 13 '09 at 16:56 2009-01-13 16:56
source share