Class netscape.peas.NervousText
All Packages Class Hierarchy This Package Previous Next Index
Class netscape.peas.NervousText
netscape.peas.NervousText
- public class NervousText
-
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()
start
public void start()
stop
public void stop()
run
public void run()
paint
public void paint(Graphics g)
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)
All Packages Class Hierarchy This Package Previous Next Index