Can I have dynamic text in the default PrintStream? e.g. say I wanted to give a running report on my program's progess, is it possible to have a percentage display that changes during the opperation, rather then simply having a string that gets new numbers tacked on to the end?
I'm pretty sure I've seen other programs that run in a DOS window that display their progress dynamically, though I couldn't say now whether or not they were Java programs.