net.infonode.gui.laf
public class InfoNodeLookAndFeel extends MetalLookAndFeel
To set the look and feel use:
UIManager.setLookAndFeel(new InfoNodeLookAndFeel());Or, if you want to use a different theme, use:
InfoNodeLookAndFeelTheme theme = new InfoNodeLookAndFeelTheme(...); // Modify the theme colors, fonts etc. UIManager.setLookAndFeel(new InfoNodeLookAndFeel(theme));Do not modify the theme after it has been used in the look and feel!
Version: $Revision: 1.22 $
| Field Summary | |
|---|---|
| static LookAndFeelInfo | LOOK_AND_FEEL_INFO |
| Constructor Summary | |
|---|---|
| InfoNodeLookAndFeel()
Constructor. | |
| InfoNodeLookAndFeel(InfoNodeLookAndFeelTheme theme)
Constructor.
| |
| Method Summary | |
|---|---|
| String | getDescription() |
| String | getName() |
| InfoNodeLookAndFeelTheme | getTheme()
Gets the active theme
|
| protected void | initClassDefaults(UIDefaults table) |
| protected void | initComponentDefaults(UIDefaults table) |
| void | initialize() |
| static void | install()
Installs this look and feel with the UIManager, if it's not already installed. |
| void | uninitialize() |
Parameters: theme the theme to use. Do not modify the theme after this constructor has been called!
Returns: the active theme