| java.lang.Object org.columba.core.facade.DialogFacade
DialogFacade | public class DialogFacade (Code) | | Dialog factory.
author: fdietz |
showErrorDialog | public static void showErrorDialog(String message, Exception ex)(Code) | | Show error with a "Show Details" button.
Parameters: message - error message Parameters: ex - exception |
showExceptionDialog | public static void showExceptionDialog(Exception ex)(Code) | | Open an dialog showing an exception stack-trace and offering the user the
choice of sending in a bug-report
Parameters: ex - Exception class |
showHelpFrame | public static void showHelpFrame()(Code) | | Show help frame.
|
|
|