Ejemplo n.º 1
0
 /** Stops the animation. */
 public void stopAnimation() {
   timer.setDelay(STATIC_CLOCK_INTERVALS);
 }
Ejemplo n.º 2
0
 /** Starts the animation. */
 public void startAnimation() {
   timer.setDelay(ANIMATION_CLOCK_INTERVALS);
 }