Class Ticker.JVRBanner
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Ticker.JVRBanner

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----Ticker.JVRBanner

public class JVRBanner
extends Applet
An applet that creates a Ticker object and sets it running.
See Also:
Ticker

Constructor Index

 o JVRBanner()

Method Index

 o getParameterInfo()
Tell about the parameters.
 o init()
Loads the parameters, and sets the ticker string if it hasn't been set yet.
 o parameterLoad()
Load the parameters which are:

Constructors

 o JVRBanner
  public JVRBanner()

Methods

 o init
  public void init()
Loads the parameters, and sets the ticker string if it hasn't been set yet. Resizes to a size just big enough to hold the ticker.
Overrides:
init in class Applet
 o parameterLoad
  public void parameterLoad()
Load the parameters which are:
 o getParameterInfo
  public String[][] getParameterInfo()
Tell about the parameters.
Overrides:
getParameterInfo in class Applet
 o start
  public void start()
Create a new Ticker object, and start it running.
Overrides:
start in class Applet
 o stop
  public void stop()
Stop the thread, and the ticker thread.
Overrides:
stop in class Applet

All Packages  Class Hierarchy  This Package  Previous  Next  Index