com.jgoodies.forms.util
Class Utilities

java.lang.Object
  extended by com.jgoodies.forms.util.Utilities

Deprecated. Replaced by FormUtils. Will be removed from the next Forms version.

public final class Utilities
extends java.lang.Object

Consists only of static utility methods.

Version:
$Revision: 1.11 $
Author:
Karsten Lentzsch

Method Summary
static boolean isLafAqua()
          Deprecated. Replaced by FormUtils.isLafAqua().
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isLafAqua

public static boolean isLafAqua()
Deprecated. Replaced by FormUtils.isLafAqua().

Lazily checks and answers whether the Aqua look&feel is active.

Returns:
true if the current look&feel is Aqua


Copyright © 2002-2009 JGoodies Karsten Lentzsch. All Rights Reserved.