All Packages Class Hierarchy This Package Previous Next Index
Class pinball.part.StartButton
java.lang.Object
|
+----pinball.part.StartButton
- public class StartButton
- extends Object
Used to start the a game of pinball.
-
START
- Code sent to press the start button.
-
startButton
- Used to control the startButton.
-
StartButton()
- Make a start button to start the pinball game.
-
press()
- Press the start button.
startButton
private transient FileOutputStream startButton
- Used to control the startButton.
START
private final int START
- Code sent to press the start button.
StartButton
public StartButton()
- Make a start button to start the pinball game.
press
public void press()
- Press the start button.
All Packages Class Hierarchy This Package Previous Next Index