Class java.rmi.examples.remoteControl.Client
All Packages Class Hierarchy This Package Previous Next Index
Class java.rmi.examples.remoteControl.Client
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----java.rmi.examples.remoteControl.Client
- public class Client
- extends Applet
- implements Constants
The applet for remoteControl games. Creates the necessary button
panels, threads, and so on.
-
Client()
-
-
destroy()
- Cleans up whatever resources are being held.
-
init()
- Initializes the applet.
-
player()
- Return the
Player object
-
playerNum()
- Return the player number
-
start()
- Called to start the applet.
Client
public Client()
init
public void init()
- Initializes the applet.
- Overrides:
- init in class Applet
playerNum
public int playerNum()
- Return the player number
player
public Player player()
- Return the
Player object
start
public synchronized void start()
- Called to start the applet.
- Overrides:
- start in class Applet
destroy
public void destroy()
- Cleans up whatever resources are being held.
- Overrides:
- destroy in class Applet
All Packages Class Hierarchy This Package Previous Next Index