Say I allow the user to edit something, like the phone number in an Address Book (actually, that\'s exactly what I\'m doing). Is there something that I can add to println th
No, not using only what Java provides in the framework. Editing some text would require to
This could be done using some native code (ncurse on linux, ...), using JNI or JNA, but not that easily.
Note that there are some projects that aim to add those functionalities, so if you can use something outside of the core libraries, you could give them a tries... for instance http://code.google.com/p/java-console-api/