Class gjt.test.SimpleAnimationTest
All Packages Class Hierarchy This Package Previous Next Index
Class gjt.test.SimpleAnimationTest
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----gjt.test.UnitTest
|
+----gjt.test.SimpleAnimationTest
- public class SimpleAnimationTest
- extends UnitTest
An animation playfield containing a lone sprite that bounces
off the boundaries of the playfield.
- See Also:
- AnimationTest, Playfield, Sprite
-
SimpleAnimationTest()
-
-
centerPanel()
-
-
title()
-
SimpleAnimationTest
public SimpleAnimationTest()
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