lab2lib
Class ColorChanger

java.lang.Object
  extended by lab2lib.ColorChanger
All Implemented Interfaces:
ActionListener, EventListener

public class ColorChanger
extends Object
implements ActionListener


Constructor Summary
ColorChanger(Lab2Program p)
           
 
Method Summary
 void actionPerformed(ActionEvent arg0)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColorChanger

public ColorChanger(Lab2Program p)
Method Detail

actionPerformed

public void actionPerformed(ActionEvent arg0)
Specified by:
actionPerformed in interface ActionListener