Hello,
I am a beginner in Java programming.
I WANT TO KNOW HOW TO DELETE A SCREEN AFTER USE.
Thank you for your help.
1 reply to this topic
#1
Posted 25 January 2012 - 11:45 AM
|
|
|
#2
Posted 25 January 2012 - 12:06 PM
Only way I can find to do this would be a system command:
Runtime.getRuntime().exec("cls");
Source: Java: Clear the console - Stack Overflow
Hofstadter's Law: It always takes longer than you expect, even when you take into account Hofstadter's Law.
– Douglas Hofstadter, Gödel, Escher, Bach: An Eternal Golden Braid
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









