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.


Constructor Index

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

Method Index

 o main(String[])
 o press()
Launch the ball.
 o press2()
Launch the ball.

Constructors

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

Methods

 o press2
 public void press2()
Launch the ball.

 o press
 public void press()
Launch the ball.

 o main
 public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index