Package elki.gui
Class GUIUtil
- java.lang.Object
-
- elki.gui.GUIUtil
-
public final class GUIUtil extends java.lang.Object
GUI utilities.- Since:
- 0.5.5
- Author:
- Erich Schubert
-
-
Field Summary
Fields Modifier and Type Field Description static boolean
PREFER_GTK
Whether to prefer the GTK look and feel on Unix.
-
Constructor Summary
Constructors Modifier Constructor Description private
GUIUtil()
Fake constructor.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
logUncaughtExceptions(Logging logger)
Setup logging of uncaught exceptions.static void
setLookAndFeel()
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
-
-