Class PlayerThread
java.lang.Object
|
+----java.lang.Thread
|
+----PlayerThread
- class PlayerThread
- extends Thread
Handles the play feature of the applet.
- Version:
- 1.00
- Author:
- Bill Lorton
-
PlayerThread(Othello)
-
-
run()
-
Call this method to start playing through the moves.
PlayerThread
public PlayerThread(Othello app)
run
public void run()
- Call this method to start playing through the moves.
- Overrides:
- run in class Thread