Package com.macrofocus.helper
Class LookAndFeelHelper
- java.lang.Object
-
- com.macrofocus.helper.LookAndFeelHelper
-
public class LookAndFeelHelper extends java.lang.Object
Helper class for dealing with look and feels.
-
-
Constructor Summary
Constructors Constructor Description LookAndFeelHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isAqua()
static boolean
isMetal()
static boolean
isSynth()
static boolean
isWindows()
-
-
-
Method Detail
-
isAqua
public static boolean isAqua()
- Returns:
- true if the current look and feel is Aqua (Mac OS X)
-
isWindows
public static boolean isWindows()
- Returns:
- true if the current look and feel is Windows
-
isMetal
public static boolean isMetal()
- Returns:
- true if the current look and feel is Metal
-
isSynth
public static boolean isSynth()
- Returns:
- true if the current look and feel is Synth
-
-