Class CheckBoxMenuItemIcon

java.lang.Object
org.pushingpixels.substance.internal.utils.icon.CheckBoxMenuItemIcon
All Implemented Interfaces:
Icon, UIResource

public class CheckBoxMenuItemIcon extends Object implements Icon, UIResource
Icon for the JCheckBoxMenuItems.
  • Constructor Details

    • CheckBoxMenuItemIcon

      public CheckBoxMenuItemIcon(JMenuItem menuItem, int size)
      Creates a new icon.
      Parameters:
      menuItem - The corresponding menu item.
      size - The size of this icon.
  • Method Details