All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----gjt.test.ImageButtonTestPanel
Both ImageButtons come with an awt.Choice that is used to enable/disable the ImageButton it's associated with.
ImageButtonEvents, along with mouse enter and mouse exit events for the two image buttons are printed out.
public ImageButtonTestPanel(Applet applet)
public void itemStateChanged(ItemEvent event)
public void actionPerformed(ActionEvent event)
All Packages Class Hierarchy This Package Previous Next Index