|
VdexReload 1.1.3 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.reload.dweezil.gui.ErrorDialogBox
Error Dialog Box
Field Summary |
Fields inherited from interface uk.ac.reload.dweezil.DweezilConstants |
CR, DEBUG |
Constructor Summary | |
ErrorDialogBox()
|
Method Summary | |
static void |
showWarning(java.awt.Component parent,
java.lang.String msg,
java.lang.String title,
java.lang.Exception ex)
Show warning message with parent specified. |
static void |
showWarning(java.lang.String msg,
java.lang.String title,
java.lang.Exception ex)
Show warning message with default Parent. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ErrorDialogBox()
Method Detail |
public static void showWarning(java.awt.Component parent, java.lang.String msg, java.lang.String title, java.lang.Exception ex)
parent
- the parent component in which the dialog is displayed
msg the warning message that is displayed
title the title string for the dialog
ex the exception that produces this warningpublic static void showWarning(java.lang.String msg, java.lang.String title, java.lang.Exception ex)
msg
- the warning message that is displayed
title the title string for the dialog
ex the exception that produces this warning
|
VdexReload 1.1.3 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |