Re: Clear Screen command
- From: "Frank Meyer" <f.meyer@xxxxxxxx>
- Date: Sat, 28 May 2005 18:46:41 +0200
Chris,
> public void clearScreen()
> {
> final int NUM_LINES = 100; // Just to be safe
> for (int i = 0; i < NUM_LINES; i++) System.out.println();
> }
this does it - thanks :o)
Best
Frank
.
- Follow-Ups:
- Re: Clear Screen command
- From: "."
- Re: Clear Screen command
- References:
- Clear Screen command
- From: Frank Meyer
- Re: Clear Screen command
- From: Chris Smith
- Clear Screen command
- Prev by Date: Newbie Question
- Next by Date: Re: notinited
- Previous by thread: Re: Clear Screen command
- Next by thread: Re: Clear Screen command
- Index(es):