Class ImmutableCheckBox

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

public class ImmutableCheckBox
extends JCheckBox
A JCheckBox that remains unchanged regardless of the scaling. To change, you have to re-instantiate it.

Used for the HighDPISupport pane, where it is vital to preserve state, so that the user can continue to work with its components.

Author:
D. Garkov
See Also:
Serialized Form