Class JRendererCheckBox

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

public class JRendererCheckBox extends JCheckBox implements PainterAware
A JCheckBox optimized for usage in renderers and with a minimal background painter support.

Note: the painter support will be switched to painter_work as soon it enters main.

Author:
Jeanette Winzenburg
See Also:
  • Field Details

    • painter

      protected Painter painter
  • Constructor Details

    • JRendererCheckBox

      public JRendererCheckBox()
  • Method Details