All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gjt.test.ImageButtonTestPanel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----gjt.test.ImageButtonTestPanel

public class ImageButtonTestPanel
extends Panel
implements ActionListener, ItemListener
2 ImageButtons, one springy and the other sticky.

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.

See Also:
UnitTest, ImageButton, ImageButtonEvent, SpringyImageButtonController, StickyImageButtonController

Constructor Index

 o ImageButtonTestPanel(Applet)

Method Index

 o actionPerformed(ActionEvent)
 o itemStateChanged(ItemEvent)

Constructors

 o ImageButtonTestPanel
 public ImageButtonTestPanel(Applet applet)

Methods

 o itemStateChanged
 public void itemStateChanged(ItemEvent event)
 o actionPerformed
 public void actionPerformed(ActionEvent event)

All Packages  Class Hierarchy  This Package  Previous  Next  Index