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

Class gjt.test.ImageScrollerTest

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

public class ImageScrollerTest
extends UnitTest
Four images are loaded; subsequent mouse clicks cycle through the images, that are displayed in an ImageScroller.
See Also:
UnitTest, Scroller, ImageScroller

Constructor Index

 o ImageScrollerTest()

Method Index

 o centerPanel()
 o title()

Constructors

 o ImageScrollerTest
  public ImageScrollerTest()

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