How to create a drop-down list in java swing with multiple item selection?

Posted by kartiku on Stack Overflow See other posts from Stack Overflow or by kartiku
Published on 2010-05-18T19:05:33Z Indexed on 2010/05/18 19:10 UTC
Read the original article Hit count: 230

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.

© Stack Overflow or respective owner

Related posts about swing

Related posts about java