Class netscape.peas.StatusBar
All Packages Class Hierarchy This Package Previous Next Index
Class netscape.peas.StatusBar
netscape.peas.StatusBar
- public class StatusBar
-
StatusBar()
-
-
done()
-
This method can be called by another applet when it is done loading.
-
getPercent()
-
-
init()
-
-
paint(Graphics)
-
This method to draws the current string (Loading...
-
setPercent(int)
-
StatusBar
public StatusBar()
init
public void init()
setPercent
public void setPercent(int percent)
getPercent
public int getPercent()
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!!".
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().
All Packages Class Hierarchy This Package Previous Next Index