uk.ac.man.bioinf.gui.viewer.test
Class ButtonPanelTest

java.lang.Object
  |
  +--uk.ac.man.bioinf.gui.viewer.test.ButtonPanelTest
All Implemented Interfaces:
EventListener, ItemListener

public class ButtonPanelTest
extends Object
implements ItemListener

ButtonPanelTest.java Created: Fri May 19 17:22:31 2000

Version:
$Id: ButtonPanelTest.java,v 1.3 2001/04/11 17:04:43 lord Exp $
Author:
Phillip Lord

Constructor Summary
ButtonPanelTest()
           
 
Method Summary
 void itemStateChanged(ItemEvent event)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ButtonPanelTest

public ButtonPanelTest()
Method Detail

main

public static void main(String[] args)
                 throws Throwable
Throwable

itemStateChanged

public void itemStateChanged(ItemEvent event)
Specified by:
itemStateChanged in interface ItemListener