Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
Try to make this instead of executing any commands... for (int i=0; i<25; i++) System.out.println(); It is better for memory performance and will clear your screen > Hi, I would like to know if there's any command that clean the screen. Something like "cls" (the DOS command to clean the screen). If you could help me, I will apreciate. Thanks. > Jorge Azevedo
Replies:
|
Sponsored Links
|