java.lang.Object | +--Controller.RunButtonHandler
Inner class for handling the Run button.
| Constructor Summary | |
(package private) |
Controller.RunButtonHandler()
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
Sets the programIsRunning flag to true, and
creates and starts an animation Thread to do the animation. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
Controller.RunButtonHandler()
| Method Detail |
public void actionPerformed(java.awt.event.ActionEvent e)
programIsRunning flag to true, and
creates and starts an animation Thread to do the animation.
While the animation is running, all buttons except the Run
button should be enabled.actionPerformed in interface java.awt.event.ActionListenere - the Event that invoked this handler (ignored).