All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gjt.test.BorderTest

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

public class BorderTest
extends UnitTest
Creates 10 bordered Components:
A Canvas (click in canvas to depress/raise the border).
A Label with an etched out border.
A TextField with an inset 3D border.
A CheckBox with a default border.
A List with a raised 3D border.
A Choice with an etched in border.
A Box with a raised 3D border.
An ImageButton with a thick, red border.
An AWT Button with a cyan border.
A TextArea with a blue default-width border.

See Also:
UnitTest, Border, ThreeDBorder, EtchedBorder

Constructor Index

 o BorderTest()

Method Index

 o centerPanel()
 o title()

Constructors

 o BorderTest
 public BorderTest()

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