public class MessageHandler extends Object
Modifier and Type | Method and Description |
---|---|
static void |
printToLogFile(String str)
Write to log-file
|
static void |
showError(Throwable e)
Show an error in a dialog
|
static void |
showMessage(String txt)
Shows a message in a dialog box
|