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

Class gjt.test.DrawnRectangleTest

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

public class DrawnRectangleTest
extends UnitTest
9 DrawnRectangles (some of which are EtchedRectangles and ThreeDRectangles) with varying characteristics such as line widths and colors.

A mouse down (any mouse button) in any of the rectangles causes information about the rectangle to be printed to System.out. (Output will go to Java Console in Netscape).

See Also:
UnitTest, DrawnRectangle, EtchedRectangle, ThreeDRectangle

Constructor Index

 o DrawnRectangleTest()

Method Index

 o centerPanel()
 o title()

Constructors

 o DrawnRectangleTest
  public DrawnRectangleTest()

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