public static class StatusBar.Animation
extends java.lang.Object
implements java.lang.Runnable
Constructor and Description |
---|
StatusBar.Animation(javax.swing.JLabel labelIcon,
int delay)
Initializes the runnable.
|
Modifier and Type | Method and Description |
---|---|
void |
run()
Performs the animation.
|
void |
stopAnimation()
Stops the animation.
|