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

Constructor Index

 o SimpleAnimationTest()

Method Index

 o centerPanel()
 o title()

Constructors

 o SimpleAnimationTest
  public SimpleAnimationTest()

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