Class StateIcon

java.lang.Object
com.github.weisj.darklaf.icons.StateIcon
All Implemented Interfaces:
Icon

public class StateIcon extends Object implements Icon
Icon that should be used with JCheckBox or JRadioButton. All icons should have the same size.
  • Constructor Details

    • StateIcon

      public StateIcon(List<Icon> icons)
    • StateIcon

      public StateIcon(Icon[] icons)
    • StateIcon

      public StateIcon(Icon icon, Icon disabledIcon, Icon focusedIcon, Icon selectedIcon, Icon selectedDisabledIcon, Icon selectedFocusedIcon)
  • Method Details