public class DialogueHelper extends Object
| Constructor and Description |
|---|
DialogueHelper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
showExceptionMessage(Component parentComponent,
Exception exception)
Show an Exception dialogue.
|
static boolean |
showOKCancelDialogue(Component parentComponent,
Component dialogueForm,
Callable<Boolean> okAction) |
public static void showExceptionMessage(Component parentComponent, Exception exception) throws HeadlessException
parentComponent - exception - HeadlessExceptionCopyright © 2023. All rights reserved.