public class SetupLookAndFeel
extends java.lang.Object
Constructor and Description |
---|
SetupLookAndFeel()
Set the current default look and feel to the native systems look and feel
if there is one, otherwise the default cross platform look and feel.
|
SetupLookAndFeel(boolean nativeFlag)
Set the current default look and feel.
|
SetupLookAndFeel(java.lang.String className)
Set the current default look and feel.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getLookAndFeelClassName(boolean nativeFlag)
Gets the a string specifying the name of the class that implements
the look and feel.
|
static void |
setLookAndFeel()
Set the current default look and feel to the native systems look and feel
if there is one, otherwise the default cross platform look and feel.
|
static void |
setLookAndFeel(boolean nativeFlag)
Set the current default look and feel.
|
static void |
setLookAndFeel(java.lang.String className)
Set the current default look and feel using a class name.
|
public SetupLookAndFeel()
public SetupLookAndFeel(boolean nativeFlag)
nativeFlag
- true for the native systems look and feel if there is one,
otherwise the default cross platform look and feel.public SetupLookAndFeel(java.lang.String className)
className
- a string specifying the name of the class that implements
the look and feelpublic static java.lang.String getLookAndFeelClassName(boolean nativeFlag)
nativeFlag
- true for the native systems look and feel if there is one,
otherwise the default cross platform look and feel.public static void setLookAndFeel()
public static void setLookAndFeel(boolean nativeFlag)
nativeFlag
- true for the native systems look and feel if there is one,
otherwise the default cross platform look and feel.public static void setLookAndFeel(java.lang.String className)
className
- a string specifying the name of the class that implements
the look and feel