All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.awt.Component | +----java.awt.Container | +----java.awt.Panel | +----java.applet.Applet | +----com.objectplanet.NewsTicker
The news ticker applet displvays a list of news scrolling vertically,
with the ability to scroll up and down interactivly and click on
a link to open a page with more news.
APPLET PARAMETERS
|
public NewsTicker()
public void init()
public void start()
public void stop()
public void setParameter(String name, String value)
public void update(Graphics g)
public void paint(Graphics g)
public boolean handleEvent(Event event)
public void run()
All Packages Class Hierarchy This Package Previous Next Index