com.jgoodies.forms.util
Class Utilities
java.lang.Object
com.jgoodies.forms.util.Utilities
public final class Utilities
- extends Object
Consists only of static utility methods.
This class may be merged with the FormLayoutUtils extra - or not. *
- Version:
- $Revision: 1.4 $
- Author:
- Karsten Lentzsch
Method Summary |
static boolean |
isLafAqua()
Lazily checks and answers whether the Aqua look&feel is active. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isLafAqua
public static boolean isLafAqua()
- Lazily checks and answers whether the Aqua look&feel is active.
- Returns:
- true if the current look&feel is Aqua
Copyright © 2002-2007 JGoodies Karsten Lentzsch. All Rights Reserved.