Class netscape.peas.StatusBar
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class netscape.peas.StatusBar

netscape.peas.StatusBar

public class StatusBar

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()
 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().

All Packages  Class Hierarchy  This Package  Previous  Next  Index