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

Constructor Index

 o PlayerThread(Othello)

Method Index

 o run()
Call this method to start playing through the moves.

Constructors

 o PlayerThread
 public PlayerThread(Othello app)

Methods

 o run
 public void run()
Call this method to start playing through the moves.

Overrides:
run in class Thread