All Packages Class Hierarchy This Package Previous Next Index
Class gjt.ProgressDialog
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Dialog
|
+----gjt.GJTDialog
|
+----gjt.ProgressDialog
- public class ProgressDialog
- extends GJTDialog
A dialog that uses a bargauge to indicate progress made on a
task that presumably takes some time to complete.
- See Also:
- GJTDialog, Bargauge, DialogTest
-
ProgressDialog(Frame, DialogClient, String, Color)
-
-
ProgressDialog(Frame, DialogClient, String, Color, boolean)
-
-
getPreferredSize()
-
-
preferredSize()
-
Deprecated.
-
reset()
-
-
setPercentComplete(double)
-
ProgressDialog
public ProgressDialog(Frame frame,
DialogClient client,
String title,
Color color)
ProgressDialog
public ProgressDialog(Frame frame,
DialogClient client,
String title,
Color color,
boolean modal)
setPercentComplete
public void setPercentComplete(double percent)
reset
public void reset()
preferredSize
public Dimension preferredSize()
- Note: preferredSize() is deprecated.
as of JDK1.1
- Overrides:
- preferredSize in class Container
getPreferredSize
public Dimension getPreferredSize()
- Overrides:
- getPreferredSize in class Container
All Packages Class Hierarchy This Package Previous Next Index