public final class VCSDialogRunner
extends java.lang.Object
Class for safely running dialogs and wizards on the AWT event thread, and then disposing of them.
| Modifier and Type | Method and Description | 
|---|---|
static boolean | 
runDialog(javax.swing.JDialog dialog)
Runs the given dialog on the AWT event dispatch thread. 
 |