Package net.infonode.gui.laf
Class InfoNodeLookAndFeelThemes
- java.lang.Object
-
- net.infonode.gui.laf.InfoNodeLookAndFeelThemes
-
public class InfoNodeLookAndFeelThemes extends java.lang.ObjectContains some predefined InfoNode look and feel themes.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InfoNodeLookAndFeelThemegetBlueIceTheme()A theme with light blue controls and blue selection.static InfoNodeLookAndFeelThemegetDarkBlueGreenTheme()A theme with dark blue controls and green selection.static InfoNodeLookAndFeelThemegetGrayTheme()A theme with light gray controls and blue selection.static InfoNodeLookAndFeelThemegetSoftGrayTheme()A low contrast theme with a softer tone.
-
-
-
Method Detail
-
getDarkBlueGreenTheme
public static InfoNodeLookAndFeelTheme getDarkBlueGreenTheme()
A theme with dark blue controls and green selection.- Returns:
- the theme
-
getGrayTheme
public static InfoNodeLookAndFeelTheme getGrayTheme()
A theme with light gray controls and blue selection.- Returns:
- the theme
-
getBlueIceTheme
public static InfoNodeLookAndFeelTheme getBlueIceTheme()
A theme with light blue controls and blue selection.- Returns:
- the theme
-
getSoftGrayTheme
public static InfoNodeLookAndFeelTheme getSoftGrayTheme()
A low contrast theme with a softer tone.- Returns:
- the theme
-
-