Hi,
I'm using a JComboBox as a "master list" of available elements to choose from. The problem I'm having is that is how they react to events. I've tried both actionListeners and itemListeners to detect user selections, but for some reason, if I select the same item from the list twice (consecutively), it will not detect. I have to actually select another item from the list before it will detect the previous item. Does anyone have any ideas on how to work around this?
p.s. The JList component does the same thing as well