public final class FormUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
clearLookAndFeelBasedCaches()
Clears cached internal Forms state that is base
on the Look&Feel, for example dialog base units.
|
static boolean |
isLafAqua()
Lazily checks and answers whether the Aqua look&feel is active.
|
public static boolean isLafAqua()
true if the current look&feel is Aquapublic static void clearLookAndFeelBasedCaches()
UIManager.setLookAndFeel(javax.swing.LookAndFeel) and cached data is requested
It's been made public to allow cache invalidation for case
where the L&F is changed temporarily by replacing the UIDefaults
for example in a visual editor.
Copyright © 2002-2014 JGoodies Software GmbH. All Rights Reserved.