Class SkinnedJCheckBox

All Implemented Interfaces:
ImageObserver, ItemSelectable, MenuContainer, Serializable, Accessible, SwingConstants

public class SkinnedJCheckBox extends JCheckBox
A skinned JCheckBox, which is actually just a standard combo box - useful only as a base for someone to specialise.
Author:
James Murty
See Also:
  • Constructor Details

    • SkinnedJCheckBox

      public SkinnedJCheckBox(Properties skinProperties, String itemName)