PDA

View Full Version : [Java] Clearscreen method


punx
10-27-2005, 05:47 PM
Hi there again, is there a clear screen method for Java? I want to clear the terminal window every so often without entering a ton of blank lines (\n\n\n etc...). Thanks for any help.

Brandoe85
10-27-2005, 06:00 PM
I think your best bet is to print blank lines out:
http://forum.java.sun.com/thread.jspa?threadID=218903&messageID=763304

Good luck;

punx
10-28-2005, 06:45 AM
I also read somewhere about making a GUI that will be modified to how I want things set up. Since Java was made for cross-platform usage, there cant be a universal clearscreen method. Oh well, I'll get to work on a Telnet similar GUI. Thanks though.