Class gjt.test.BoxTest
All Packages Class Hierarchy This Package Previous Next Index
Class gjt.test.BoxTest
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----gjt.test.UnitTest
|
+----gjt.test.BoxTest
- public class BoxTest
- extends UnitTest
Three Boxes, each of which surrounds either: ImageButtons,
Labels or Checkboxes. The Box surrounding the ImageButtons
is etched out, while the other two Boxes are etched in.
- See Also:
- UnitTest, ImageButton, Box
-
BoxTest()
-
-
centerPanel()
-
-
title()
-
BoxTest
public BoxTest()
title
public String title()
- Overrides:
- title in class UnitTest
centerPanel
public Panel centerPanel()
- Overrides:
- centerPanel in class UnitTest
All Packages Class Hierarchy This Package Previous Next Index