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
-
JVRBanner()
-
-
getParameterInfo()
- Tell about the parameters.
-
init()
- Loads the parameters, and sets the ticker string if it hasn't been
set yet.
-
parameterLoad()
- Load the parameters which are:
- TheString The string which will appear in the ticker window.
- Width The width of the ticker window.
- Height The height of the ticker window.
- Delay The delay between left-shifts of the ticker.
-
start()
- Create a new Ticker object, and start it running.
-
stop()
- Stop the thread, and the ticker thread.
JVRBanner
public JVRBanner()
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
parameterLoad
public void parameterLoad()
- Load the parameters which are:
- TheString The string which will appear in the ticker window.
- Width The width of the ticker window.
- Height The height of the ticker window.
- Delay The delay between left-shifts of the ticker. 30 is
lowest reasonable value.
getParameterInfo
public String[][] getParameterInfo()
- Tell about the parameters.
- Overrides:
- getParameterInfo in class Applet
start
public void start()
- Create a new Ticker object, and start it running.
- Overrides:
- start in class Applet
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