예제 #1
0
 /** Clear the line and redraw it. */
 public final void redrawLine() throws IOException {
   printCharacter(RESET_LINE);
   flushConsole();
   drawLine();
 }