public abstract class DialogBoxTool extends Object
This class is a utility class for opening a modal dialog, and still be able to return before the modal dialog is disposed or hidden.
| Constructor and Description |
|---|
DialogBoxTool() |
public static void showDialog(JDialog dialog)
Shows the specified dialog and returns after the dialog is shown(even if the dialog is modal) and activated.
dialog - (missing javadoc)Copyright © 2006–2017 Esito AS. All rights reserved.