+ 1
How to clean the java console
Does anyone know how to clean the console in java
1 Resposta
+ 1
There are different ways to do this.
Runtime.getRuntime().exec("cls");
Source
https://stackoverflow.com/questions/2979383/how-to-clear-the-console