Class FlatPanelTheme<T extends Panel>

Type Parameters:
T - Button subclasses.

public class FlatPanelTheme<T extends Panel> extends FlatComponentTheme<T>
Dark Button Theme for all buttons. Used to make button dark.
  • Constructor Details

    • FlatPanelTheme

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

      public FlatPanelTheme(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 Panel>
      Parameters:
      component - component to apply theme.