What command in Java will let you clear the console in a command-line application?
I did this in BlueJ and it worked perfectly: Try System.out.print("\f");