Class gjt.test.RubberbandTest
All Packages Class Hierarchy This Package Previous Next Index
Class gjt.test.RubberbandTest
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----gjt.test.UnitTest
|
+----gjt.test.RubberbandTest
- public class RubberbandTest
- extends UnitTest
A simple drawing applet that demonstrates the utility of
the gjt.rubberband package.
Note that this unit test also serves as the unit test for
gjt.DrawingPanel.
- See Also:
- UnitTest, DrawingPanel, Rubberband, RubberbandLine, RubberbandRectangle, RubberbandEllipse, RubberbandPanel
-
RubberbandTest()
-
-
centerPanel()
-
-
title()
-
RubberbandTest
public RubberbandTest()
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