Class gjt.test.ImageButtonTest
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gjt.test.ImageButtonTest

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----gjt.test.UnitTest
                                           |
                                           +----gjt.test.ImageButtonTest

public class ImageButtonTest
extends UnitTest
2 ImageButtons, one springy and the other sticky, both crabby.

Both ImageButtons come with an awt.Button 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 ImageButtonTest()

Method Index

 o centerPanel()
 o title()

Constructors

 o ImageButtonTest
  public ImageButtonTest()

Methods

 o title
  public String title()
Overrides:
title in class UnitTest
 o centerPanel
  public Panel centerPanel()
Overrides:
centerPanel in class UnitTest

All Packages  Class Hierarchy  This Package  Previous  Next  Index