public class ALERT extends Object
| Constructor and Description |
|---|
ALERT() |
| Modifier and Type | Method and Description |
|---|---|
static void |
exceptionDialog(javafx.stage.Window window,
String title,
String headerText,
String contentText,
Exception ex)
Exception Dialog from http://code.makery.ch/blog/javafx-dialogs-official/
|
public static void exceptionDialog(javafx.stage.Window window,
String title,
String headerText,
String contentText,
Exception ex)
window - the owner Window for this dialog.title - Text for the dialog titleheaderText - Text to display as dialog headercontentText - Text to display in the content area off the dialogex - Exception to displayCopyright © 2018. All rights reserved.