-
Java
Can any one tell me if its possible to do clear screen in a Java console like in pascal, and how i can do it
-
No. I asked many people before and they all said no. The suggested solution was always to use:
System.out.println("\n\n\n\n\n...\n\n\n");
An ugly solution, but it's all anyone can think of. JGuru has a good Java forum that might provide you with a cleaner solution.
-
Thanx
I couldn't find a decent Java site cheers
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks