command line interface - Java console cursor movemenet -


can move cursor somehow in java console ?

i print out whole page , move cursor , user can fill out form.

for example:

username:         ....... password:         ....... re-enter passwor: ....... 

when user first start typing supposed appear on first dotted line, presses enter, second dotted line , on.

does has got solution this? (a single "return carriage" whole console more enough me)

not easily. you'd need jcurses or similar library that.

text mode isn't popular anymore, support kind of functionality poor. it's easier switch graphical environment instead.


Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -