View Single Post
  #5 (permalink)  
Old 08-03-2007, 11:00 AM
henry_78 henry_78 is offline
Member
 
Join Date: Aug 2007
Posts: 47
henry_78 is on a distinguished road
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.
Reply With Quote