Modification of output



Hi

Right now I'm using the good ol' System.out.Println to print out to the screen, whenever a certain variable changes. If it changes a lot, it uses up an awful lot of lines though. Is there a way to reuse the same line to that output so whenever it changes, it'll just overwrite the same line?

I'm not using GUI and there are no other Println's in between the above mentioned.

/Mikkel
.