javaswingjcomboboxjcheckbox

Can JCheckBox components be added to JComboBoxes?


Can JCheckBox components be added to JComboBoxes? If so, how?


Solution

  • There are ways to jimmy JCheckBoxes into a JComboBoxes, but it's not nearly as straightforward as using them in a JTable since JComboBoxes don't use cell editors, only renderers. Let's see if I can re-find this on Google....

    Please check here: JComboCheckBox
    and here: Check Boxes in a Combobox