|
Hi,
I really didn't undrestand good what u want to do, but i can tell u one thing.
If u want to clear the stdout buffer (the stdout is an output stream) u can do this: System.out.flush();
This command will will force all what u have in the stdout buffer to your console, at this point the buffer will be clear, then try the command that i gave u the other time to clear the screen...i hope it works please let me know, Bye.
|