public class DialogExtensions extends Object
DialogExtensions provides methods for show dialogs.| Constructor and Description |
|---|
DialogExtensions() |
| Modifier and Type | Method and Description |
|---|---|
static void |
showExceptionDialog(Exception exception,
Component parentComponent,
String... additionalMessages)
Show exception dialog.
|
public static void showExceptionDialog(Exception exception, Component parentComponent, String... additionalMessages)
exception - the exceptionparentComponent - determines the Frame in which the dialog is displayed; if
null, or if the parentComponent has no
Frame, a default Frame is usedadditionalMessages - the additional messagesCopyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.