com.jgoodies.forms.util

Class Utilities

public final class Utilities extends Object

Deprecated: Replaced by {@link FormUtils}. Will be removed from the Forms 2.0.

Consists only of static utility methods.

Version: $Revision: 1.9 $

Author: Karsten Lentzsch

Method Summary
static booleanisLafAqua()
Lazily checks and answers whether the Aqua look&feel is active.

Method Detail

isLafAqua

public static boolean isLafAqua()

Deprecated: Replaced by {@link FormUtils#isLafAqua()}.

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

Returns: {@code true} if the current look&feel is Aqua

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