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,
SwingWorkerGetWaitDialog.getProgressBar 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).