Class FlatScrollBarTheme<T extends ScrollBar>

Type Parameters:
T - ScrollBar subclasses.

public class FlatScrollBarTheme<T extends ScrollBar> extends FlatComponentTheme<T>
Dark ScrollBar Theme for all scroll bars. Used to make scroll bar dark.
  • Constructor Details

    • FlatScrollBarTheme

      public FlatScrollBarTheme()
      Default constructor. Settings should be specified before using this theme.
    • FlatScrollBarTheme

      public FlatScrollBarTheme(FlatColoredTheme.FlatColoredThemeSettings settings)
  • Method Details

    • apply

      public void apply(T component)
      Used to apply theme only for component and not apply for child components.
      Overrides:
      apply in class FlatComponentTheme<T extends ScrollBar>
      Parameters:
      component - component to apply theme.