Class BlueHighlightTheme

java.lang.Object
net.infonode.tabbedpanel.theme.TabbedPanelTitledTabTheme
net.infonode.tabbedpanel.theme.BlueHighlightTheme

public class BlueHighlightTheme extends TabbedPanelTitledTabTheme
A theme with dark borders and blue (or custom color) background for the highlighted state.
  • Constructor Details

    • BlueHighlightTheme

      public BlueHighlightTheme()
      Constructs a BlueHighlightTheme
    • BlueHighlightTheme

      public BlueHighlightTheme(Color backgroundColor)
      Constructs a BlueHighlightTheme
      Parameters:
      backgroundColor - the background color for the highlighted tab
  • Method Details