Class 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 Detail

      • 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)