> Can JCheckBox's be put inside a JComboBox?
>
[quoted text clipped - 11 lines]
>
> toolBar.add(myFilter);
The drop down list of a combobox isn't general purpose popup menu.
Anything to put a check box on it would be a hack.
I can't remember the exact details, but the JComboBox's menu is
implemented by the PL&F as a JList. Your obvious choices are to set a
list cell renderer that paints a check box as required or to replace or
supplement the list with your own component(s). Alternatively don't use
a JCheckBox at all.
Tom Hawtin

Signature
Unemployed English Java programmer
http://jroller.com/page/tackline/