All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.awt.Component | +----java.awt.Container | +----java.awt.Window | +----java.awt.Dialog | +----gjt.GJTDialog | +----gjt.ProgressDialog
Note: The 1.0.2 version of the AWT has introduced a
bug that breaks the ProgressDialog under Motif - the
bargauge does not function. This worked fine in 1.0.1.
done()
getProgressDialog(Frame, String, Color)
preferredSize()
reset()
setPercentComplete(double)
getProgressDialog
public static ProgressDialog getProgressDialog(Frame frame,
String title,
Color color)
setPercentComplete
public void setPercentComplete(double percent)
reset
public void reset()
done
public void done()
preferredSize
public Dimension preferredSize()
All Packages Class Hierarchy This Package Previous Next Index