All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class netscape.peas.StatusBar

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----netscape.peas.StatusBar

public class StatusBar
extends Applet

Constructor Index

 o StatusBar()

Method Index

 o done()
This method can be called by another applet when it is done loading.
 o getPercent()
 o init()
 o paint(Graphics)
This method to draws the current string (Loading...
 o setPercent(int)

Constructors

 o StatusBar
 public StatusBar()

Methods

 o init
 public void init()
Overrides:
init in class Applet
 o setPercent
 public void setPercent(int percent)
 o getPercent
 public int getPercent()
 o done
 public void done()
This method can be called by another applet when it is done loading. The effect is that the text changes to "RUNNING!!".

 o paint
 public void paint(Graphics g)
This method to draws the current string (Loading... or RUNNING!!) and the status bar...You shouldn't call this directly...If you want to refresh the display call repaint().

Overrides:
paint in class Container

All Packages  Class Hierarchy  This Package  Previous  Next  Index