In windows it is possible to show a grayed out JCheckbox, to show that the collection of data which it represents not all items have the same value.
Is this even possible with a JCheckBox?
How do i go about this?
(Hoping there’s a way to not override it)
Thanks
My colleague who this question came from thought of this;
++ No overridden JCheckBox
— not a real tri-state Combo
I think he’s satisfied.
Thanks for the help