Ejemplo n.º 1
0
 static {
   caretTimer = new Timer(500, new CaretBlinker());
   caretTimer.setInitialDelay(500);
   caretTimer.start();
 }