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

Variable Index

 o message

Constructor Index

 o NervousText()

Method Index

 o getMessage()
getMessage is the getter method for the message property
 o init()
 o mouseDown(Event, int, int)
 o paint(Graphics)
 o run()
 o setMessage(String)
setMessage is the setter method for the message property
 o start()
 o stop()

Variables

 o message
 public String message

Constructors

 o NervousText
 public NervousText()

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 run
 public void run()
 o paint
 public void paint(Graphics g)
Overrides:
paint in class Container
 o getMessage
 public String getMessage()
getMessage is the getter method for the message property

 o setMessage
 public void setMessage(String newVal)
setMessage is the setter method for the message property

 o mouseDown
 public boolean mouseDown(Event evt,
                          int x,
                          int y)
Overrides:
mouseDown in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index