All Packages Class Hierarchy This Package Previous Next Index
Class pinball.menuevent.PinballRecord
java.lang.Object
|
+----pinball.menuevent.PinballRecord
- public class PinballRecord
- extends Object
- implements ActionListener
Event for when the pinball game is to record the frames.
-
play
- Play button.
-
record
- Record button.
-
PinballRecord(Button, Button)
- Set up the play and record buttons.
-
actionPerformed(ActionEvent)
- The record button is pressed.
play
private Button play
- Play button.
record
private Button record
- Record button.
PinballRecord
public PinballRecord(Button play,
Button record)
- Set up the play and record buttons.
- Parameters:
- play - the play button.
- record - the record button.
actionPerformed
public void actionPerformed(ActionEvent e)
- The record button is pressed.
All Packages Class Hierarchy This Package Previous Next Index