I'm aware of JList and JComboBox.....i need the combo box drop down functionality with multiple selection functionality that JList provides....
This is because the contents of the list are too huge to be displayed using a simple list. I also need to select multiple items, otherwise i would have been content with JComboBox.
Any suggestions?
Thanks.