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.


Constructor Index

 o StartSystem(String[], StdPlayer, String)
Starts the program.

Method Index

 o createMenu()
Control the menu.

Constructors

 o 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.

Methods

 o createMenu
 public void createMenu()
Control the menu.

Overrides:
createMenu in class JavaQcam

All Packages  Class Hierarchy  This Package  Previous  Next  Index