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.
-
TickerTapeApplet()
-
-
destroy()
-
-
init()
-
-
start()
-
-
stop()
-
TickerTapeApplet
public TickerTapeApplet()
init
public void init()
- Overrides:
- init in class Applet
start
public void start()
- Overrides:
- start in class Applet
stop
public void stop()
- Overrides:
- stop in class Applet
destroy
public void destroy()
- Overrides:
- destroy in class Applet
All Packages Class Hierarchy This Package Previous Next Index