Package com.macrofocus.helper
Class LookAndFeelHelper
java.lang.Object
com.macrofocus.helper.LookAndFeelHelper
Helper class for dealing with look and feels.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LookAndFeelHelper
public LookAndFeelHelper()
-
-
Method Details
-
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
-