All Packages Class Hierarchy This Package Previous Next Index
Class netscape.peas.NervousText
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----netscape.peas.NervousText
- public class NervousText
- extends Applet
- implements Runnable
-
message
-
-
NervousText()
-
-
getMessage()
- getMessage is the getter method for the message property
-
init()
-
-
mouseDown(Event, int, int)
-
-
paint(Graphics)
-
-
run()
-
-
setMessage(String)
- setMessage is the setter method for the message property
-
start()
-
-
stop()
-
message
public String message
NervousText
public NervousText()
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
run
public void run()
paint
public void paint(Graphics g)
- Overrides:
- paint in class Container
getMessage
public String getMessage()
- getMessage is the getter method for the message property
setMessage
public void setMessage(String newVal)
- setMessage is the setter method for the message property
mouseDown
public boolean mouseDown(Event evt,
int x,
int y)
- Overrides:
- mouseDown in class Component
All Packages Class Hierarchy This Package Previous Next Index