public class AwbLookAndFeelAdjustments
extends java.lang.Object
| Constructor and Description |
|---|
AwbLookAndFeelAdjustments() |
| Modifier and Type | Method and Description |
|---|---|
static void |
doLookAndFeelAdjustments()
Does the LookAndFeel adjustments, depending on the currently configured LookAndFeel.
|
static void |
setLookAndFeel(java.lang.String lnfClassName,
java.awt.Component invoker)
Sets the look and feel to the swing UI Manager.
|
public static void setLookAndFeel(java.lang.String lnfClassName,
java.awt.Component invoker)
lnfClassName - the new look and feelinvoker - the visual invoker of this methodpublic static void doLookAndFeelAdjustments()