Package com.jgoodies.forms.util
Class Utilities
- java.lang.Object
-
- com.jgoodies.forms.util.Utilities
-
public final class Utilities extends java.lang.Object
Deprecated.Replaced byFormUtils
. Will be removed from the next Forms version.Consists only of static utility methods.- Version:
- $Revision: 1.11 $
- Author:
- Karsten Lentzsch
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static boolean
isLafAqua()
Deprecated.Replaced byFormUtils.isLafAqua()
.
-
-
-
Method Detail
-
isLafAqua
public static boolean isLafAqua()
Deprecated.Replaced byFormUtils.isLafAqua()
.Lazily checks and answers whether the Aqua look&feel is active.- Returns:
true
if the current look&feel is Aqua
-
-