Package elki.gui
Class GUIUtil
- java.lang.Object
-
- elki.gui.GUIUtil
-
public final class GUIUtil extends java.lang.ObjectGUI utilities.- Since:
- 0.5.5
- Author:
- Erich Schubert
-
-
Field Summary
Fields Modifier and Type Field Description static booleanPREFER_GTKWhether to prefer the GTK look and feel on Unix.
-
Constructor Summary
Constructors Modifier Constructor Description privateGUIUtil()Fake constructor.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidlogUncaughtExceptions(Logging logger)Setup logging of uncaught exceptions.static voidsetLookAndFeel()Setup look at feel.
-
-
-
Field Detail
-
PREFER_GTK
public static final boolean PREFER_GTK
Whether to prefer the GTK look and feel on Unix.- See Also:
- Constant Field Values
-
-
Method Detail
-
setLookAndFeel
public static void setLookAndFeel()
Setup look at feel.
-
logUncaughtExceptions
public static void logUncaughtExceptions(Logging logger)
Setup logging of uncaught exceptions.- Parameters:
logger- logger
-
-