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
-
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()
- Overrides:
- init in class Applet
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().
- Overrides:
- paint in class Container
All Packages Class Hierarchy This Package Previous Next Index