|
-
September 29th, 1999, 04:33 PM
#1
Filtering JComboBox events
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 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|