othello.gui
Class OthelloJRootPane.GameThread

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--othello.gui.OthelloJRootPane.GameThread
All Implemented Interfaces:
OthelloParameters, java.lang.Runnable
Enclosing class:
OthelloJRootPane

public class OthelloJRootPane.GameThread
extends java.lang.Thread
implements OthelloParameters


Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Fields inherited from interface othello.gui.OthelloParameters
A_HINT, ABOUT, BACKGROUNDCOLOR, BLACK, BLACKCOLOR, BLACKPLAYER, BOARDSIZE, BUTTONBACKGROUNDCOLOR, BUTTONFOREGROUNDCOLOR, CANCEL, CELLSIZE, COLUMNS, DEPTH_PLY, DESIGNTEAM, EMPTY, EXIT, FALSE, FORWARD, GAME, GAME_OVER, HEIGHT, HELP, HINT, LABELFOREGROUNDCOLOR, NEW_GAME, NO, NO_OF_BLACKS, NO_OF_WHITES, OFFSET, OK, OTHELLO, PICS, PLAYER_PLAYS_BLACK, PLAYER_PLAYS_WHITE, PLAYERS, PLAYERSTRINGS, REWIND, ROWS, SPACING, TRUE, VERSION, WHITE, WHITECOLOR, WHITEPLAYER, WIDTH, WINNER, YES
 
Constructor Summary
OthelloJRootPane.GameThread()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OthelloJRootPane.GameThread

public OthelloJRootPane.GameThread()
Method Detail

run

public void run()
Overrides:
run in class java.lang.Thread