how do i clear the screen on dos prompt? i need the code in java
Printable View
how do i clear the screen on dos prompt? i need the code in java
You could also look if anybody made the curses or ncurses library available to Java. It allows you to do almost anything to your console. The library is basically for UNIX but there are windows implementations too.