I\'m aware of JList and JComboBox. I need the combo box drop down functionality with multiple selection functionality that JList provi
JList
JComboBox
If your data has a hierarchical character, consider NetBeans' Outline component, discussed in Announcing the new Swing Tree Table and in this answer. Here's the Current Development Version of the API.
Outline