public class SwingWorkerGetWaitDialog
Provides a JDialog with a label with configurable text, a progress bar with configurable text and mode and an optional cancel button with configurable actions. All components can be manipulated by accessing them with their getters , SwingWorkerGetWaitDialog.getLabel and #getCancelButton(). All instances are modal dialogs since process displaying and cancel possibilities can more easily created with ProgressMonitor if SwingWorker#get() isn't used on the event handling thread (EVT).SwingWorkerGetWaitDialog.getProgressBar
| Constructor and Description |
|---|
SwingWorkerGetWaitDialog()
Creates new form SwingWorkerGetWaitDialog
|
SwingWorkerGetWaitDialog() |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JLabel |
getLabel() |
javax.swing.JProgressBar |
getProgressBar() |
boolean |
isCanceled() |