Posted By:
Tim_Rohaly
Posted On:
Thursday, April 19, 2001 03:05 PM
Most terminal emulators interpret carriage return
properly. The escape character for this is
in Java.
for (int i=10; i>=0; i--) {
System.out.print("
"+i+" ");
Thread.sleep(1000);
}
Alternatively, you could use backspace, which can be
represented as .