all! Is there any way to remove text that has been printed to the console? I can write a message easy enough with
System.out.println("Hello world!");
but how do I remove it once it's been put up? It is possible to do so? I am using the Eclipse IDE, by the way.