Package uibooster.components
Klasse ProgressDialog
java.lang.Object
uibooster.components.ProgressDialog
-
Konstruktorübersicht
KonstruktorBeschreibungProgressDialog
(JFrame dialog, JLabel messageLabel, JProgressBar progressBar) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
close()
void
setMessage
(String message) void
setProgress
(int current) static ProgressDialog
showDialog
(String message, String title, int min, int max)
-
Konstruktordetails
-
ProgressDialog
-
-
Methodendetails
-
setProgress
public void setProgress(int current) -
setMessage
-
close
public void close() -
showDialog
-