public class DialogUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
dispatchWindowClosingActionMapKey |
| Constructor and Description |
|---|
DialogUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
centerDialogWRTParent(Component parent,
Component dialog) |
static JDialog |
createDialogForPanel(JDialog parent,
JPanel panel) |
static JDialog |
createDialogForPanel(JFrame parent,
JPanel panel) |
static void |
installEscapeCloseOperation(JDialog dialog) |
static void |
open(URI uri,
Component component) |
static void |
showQuickErrorDialog(Component parent,
Exception e) |
static void |
showQuickErrorDialog(Component parent,
Exception e,
String message) |
public static final String dispatchWindowClosingActionMapKey
Copyright © 2009–2020 KRDB Research Centre for Knowledge and Data, Free University of Bozen-Bolzano. All rights reserved.