|
So is there any way to move the cursor back to the top of the program? so the next text would appear on the top?
if i use a for loop
EDIT
if i use hsa.Console, then moving the cursor is setCursor (x,y) where x is the coloumn and y is the row and clear (); clears the screen but my teacher recommends me to use System.out sommands rather than hsa.Console;
Last edited by Dark Flare Knight; Jun 24th, 2005 at 1:15 PM.
|