Class EnvironmentTest

java.lang.Object
  extended by EnvironmentTest
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class EnvironmentTest
extends java.lang.Object
implements java.awt.event.ActionListener


Constructor Summary
EnvironmentTest()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void init()
           
static void main(java.lang.String[] args)
           
 java.awt.Color newColour()
           
 void repaintAll()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvironmentTest

public EnvironmentTest()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

repaintAll

public void repaintAll()

newColour

public java.awt.Color newColour()

init

public void init()

main

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