After selecting an item from JComboBox, I want the JComboBox to still open to allow the user to select another item from it. Is it possible?
Hope you can give me an example.
Perhaps you are instead JList.
JList
As a different approach, perhaps you can JComboBoxonly display “allowed to choose” items in the first place?
JComboBox