All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ejmf.toolkit.gui.tickertape.TickerTapeApplet

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----com.sun.java.swing.JApplet
                                           |
                                           +----ejmf.toolkit.gui.tickertape.TickerTapeApplet

public class TickerTapeApplet
extends JApplet
TickerTapeApplet is a simple applet to display a TickerTape. Use the MESSAGE html tag to specify the message to be displayed.


Constructor Index

 o TickerTapeApplet()

Method Index

 o destroy()
 o init()
 o start()
 o stop()

Constructors

 o TickerTapeApplet
 public TickerTapeApplet()

Methods

 o init
 public void init()
Overrides:
init in class Applet
 o start
 public void start()
Overrides:
start in class Applet
 o stop
 public void stop()
Overrides:
stop in class Applet
 o destroy
 public void destroy()
Overrides:
destroy in class Applet

All Packages  Class Hierarchy  This Package  Previous  Next  Index