When I select the JCombobox
I want to handle an event when its selected and the dropdown is shown as well as handle the event when the drop down disappears and the JCombobox
is de-selected.
Note, i'm not looking to listen for an item selection change but for when the user selects the JCombobox
and the UI pops out the Dropdown.
You want to use addPopupMenuListener which uses the following interface: