| java.lang.Object Schmortopf.Utility.gui.EFCNDialog
EFCNDialog | public class EFCNDialog (Code) | | some static utilities
1) can be shown modal or not ;
2) thread secure (invokeandwait) can be called from any thread ;
3) write his content in the console (=> outputFile), to help debugging.
|
showError | public static void showError(String message, Component parent)(Code) | | show a modal error dialog attached to the parent
|
showInformation | public static void showInformation(String message, Component parent)(Code) | | show a modal information dialog attached to the parent
|
showQuestion | public static void showQuestion(String message, Component parent)(Code) | | show a modal question dialog attached to the parent
|
showWarning | public static void showWarning(String message, Component parent)(Code) | | show a modal warning dialog
|
|
|