Class WindowsClassicLookAndFeelAddons


@MetaInfServices(LookAndFeelAddons.class) public class WindowsClassicLookAndFeelAddons extends WindowsLookAndFeelAddons
Adds new pluggable UI following the Windows Classic look and feel. Currently it extends the XP look and feel and overrides the JTaskPane and JTaskPaneGroup UIs.
  • Constructor Details

    • WindowsClassicLookAndFeelAddons

      public WindowsClassicLookAndFeelAddons()
  • Method Details

    • matches

      protected boolean matches()
      Determines if the addon is a match for the current Look and Feel.
      Overrides:
      matches in class WindowsLookAndFeelAddons
      Returns:
      true if this addon matches (is compatible); false otherwise
    • isSystemAddon

      protected boolean isSystemAddon()
      Determines if the addon is a match for the system Look and Feel.
      Overrides:
      isSystemAddon in class WindowsLookAndFeelAddons
      Returns:
      true if this addon matches (is compatible with) the system Look and Feel; false otherwise