-
-
Method Summary
Modifier and Type |
Method |
Description |
String |
getClassName() |
Returns the name of the class that implements this look and feel.
|
String |
getName() |
Returns the name of the look and feel in a form suitable
for a menu or other presentation
|
String |
toString() |
Returns a string that displays and identifies this
object's properties.
|
-
-
Constructor Detail
-
LookAndFeelInfo
public LookAndFeelInfo(String name,
String className)
Constructs a UIManager
s
LookAndFeelInfo
object.
- Parameters:
name
- a String
specifying the name of
the look and feel
className
- a String
specifying the name of
the class that implements the look and feel