All Packages Class Hierarchy This Package Previous Next Index
Class pinball.player.movitrobot.StartSystem
java.lang.Object
|
+----pinball.JavaQcam
|
+----pinball.player.movitrobot.StartSystem
- public class StartSystem
- extends JavaQcam
Starts up the program with the type of player that logs in.
This is the robot player.
-
StartSystem(String[], StdPlayer, String)
- Starts the program.
-
createMenu()
- Control the menu.
StartSystem
public StartSystem(String args[],
StdPlayer player,
String how)
- Starts the program.
- Parameters:
- args - The command line arguments given.
- player - The player of the game.
- how - How the player will player. Local, Client, or Server.
createMenu
public void createMenu()
- Control the menu.
- Overrides:
- createMenu in class JavaQcam
All Packages Class Hierarchy This Package Previous Next Index