clearscreen?

In C you have clrscr() to clear the command line,

Is there any for Java?

tnx.....!!!!!!

[106 byte] By [viciousa] at [2007-11-27 11:11:58]
# 1

> In C you have clrscr() to clear the command line,

>

> Is there any for Java?

>

> tnx.....!!!!!!

No, there is not. You could print a couple of empty lines to the console to mimic this.

prometheuzza at 2007-7-29 13:51:38 > top of Java-index,Java Essentials,Java Programming...
# 2

Not that Java doesn't know any command line, just some streams.

Maybe a lib like JCurses can help.

CeciNEstPasUnProgrammeura at 2007-7-29 13:51:38 > top of Java-index,Java Essentials,Java Programming...