All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gjt.test.SeparatorTest

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

public class SeparatorTest
extends UnitTest
Two Separators, one horizontal and the other vertical, the former etched in, and the latter etched out are laid out with an adorning Label for each.

See Also:
UnitTest, Separator

Constructor Index

 o SeparatorTest()

Method Index

 o centerPanel()
 o title()

Constructors

 o SeparatorTest
 public SeparatorTest()

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