Class browser.ProgressWindow
All Packages    This Package    Previous    Next

Class browser.ProgressWindow

java.lang.Object
   |
   +----awt.Component
           |
           +----awt.Container
                   |
                   +----awt.Window
                           |
                           +----browser.ProgressWindow

public class ProgressWindow
extends Window
implements Observer

busyPaint(int, int, int)
Paint busy signal.
paint()
Paint the progess dialog from scratch.
update(Observable)

update
  public synchronized void update(Observable o)
busyPaint
  public synchronized void busyPaint(int id,
                                     int oldpos,
                                     int newpos)
Paint busy signal.

paint

  public synchronized void paint()
Paint the progess dialog from scratch.
Overrides:
paint in class Window


All Packages    This Package    Previous    Next