Ejemplo n.º 1
0
 public void start() {
   runButton.setSelected(true);
   runButton.repaint();
   animator.start();
 }
Ejemplo n.º 2
0
 public void repaint() {
   super.repaint();
   if (rightLabel != null) rightLabel.repaint();
 }
Ejemplo n.º 3
0
 public void stop() {
   runButton.setSelected(false);
   runButton.repaint();
   animator.stop();
 }