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.


Variable Index

 o START
Code sent to press the start button.
 o startButton
Used to control the startButton.

Constructor Index

 o StartButton()
Make a start button to start the pinball game.

Method Index

 o press()
Press the start button.

Variables

 o startButton
 private transient FileOutputStream startButton
Used to control the startButton.

 o START
 private final int START
Code sent to press the start button.

Constructors

 o StartButton
 public StartButton()
Make a start button to start the pinball game.

Methods

 o press
 public void press()
Press the start button.


All Packages  Class Hierarchy  This Package  Previous  Next  Index