Class tester

java.lang.Object
  extended by tester
All Implemented Interfaces:
java.io.Serializable

public class tester
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  Display clock
           
private  int delay
           
private  Display display
           
 Environment[] envArray
           
private  Player focus
           
private  Display map
           
static Environment[] SAVE_THIS
           
private  javax.swing.Timer t
           
 
Constructor Summary
tester()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void makeGUI()
           
 void move()
           
 Environment newEnvironment(double x, double y, java.lang.String background)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

envArray

public Environment[] envArray

display

private Display display

map

private Display map

clock

private Display clock

focus

private Player focus

t

private javax.swing.Timer t

delay

private int delay

SAVE_THIS

public static Environment[] SAVE_THIS
Constructor Detail

tester

public tester()
Method Detail

main

public static void main(java.lang.String[] args)

newEnvironment

public Environment newEnvironment(double x,
                                  double y,
                                  java.lang.String background)

makeGUI

public void makeGUI()

move

public void move()