Reputation: 4547
After selecting an item from a JComboBox, i want to keep the JComboBox still opened to allow the user to choose another item from it. Is that possible ?
I hope you can provide me an example.
Upvotes: 4
Views: 890
Reputation: 137282
As a different approach, maybe you can display in the JComboBox
only the "allowed to choose" items in first place?
Upvotes: 1