Package moa.gui
Class GUIUtils
- java.lang.Object
-
- moa.gui.GUIUtils
-
public class GUIUtils extends Object
This class offers util methods for displaying dialogs showing errors or exceptions.- Version:
- $Revision: 7 $
- Author:
- Richard Kirkby (rkirkby@cs.waikato.ac.nz)
-
-
Constructor Summary
Constructors Constructor Description GUIUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
showErrorDialog(Component parent, String title, String message)
static void
showExceptionDialog(Component parent, String title, Exception ex)
-