All Packages Class Hierarchy This Package Previous Next Index
Class pinball.menuevent.PinballStart
java.lang.Object
|
+----pinball.menuevent.PinballStart
- public class PinballStart
- extends Object
- implements ActionListener
Start up the pinball game.
-
analyze
- Analyze thread.
-
exit
- The exit system button.
-
frameGrabber
- Framegrabber thread.
-
mm
- The main menu.
-
post
- Post thread.
-
start
- The start system button.
-
strategy
- Strategy thread.
-
verbose
- The video verbose button.
-
PinballStart(MainMenu, Post, FrameGrabber, Analyze, Strategy, Button)
- Set up the event for what happens when the game is started.
-
actionPerformed(ActionEvent)
- The game is started.
post
private Post post
- Post thread.
frameGrabber
private FrameGrabber frameGrabber
- Framegrabber thread.
analyze
private Analyze analyze
- Analyze thread.
strategy
private Strategy strategy
- Strategy thread.
exit
private Button exit
- The exit system button.
start
private Button start
- The start system button.
verbose
private Button verbose
- The video verbose button.
mm
private MainMenu mm
- The main menu.
PinballStart
public PinballStart(MainMenu mm,
Post post,
FrameGrabber frameGrabber,
Analyze analyze,
Strategy strategy,
Button start)
- Set up the event for what happens when the game is started.
- Parameters:
- mm - window of the program
- drawing - draawing thread
- analyzeImage - analyze thread
- playStrategy - strategy
- start - start button
actionPerformed
public void actionPerformed(ActionEvent e)
- The game is started.
All Packages Class Hierarchy This Package Previous Next Index