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

Constructor Index

 o BoxTest()

Method Index

 o centerPanel()
 o title()

Constructors

 o BoxTest
  public BoxTest()

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