Can someone tell me why comboboxes are actionlisteners instead of change listeners. Or more specifically, why the callback sends the component name in a string instead of a pointer.
Seems like a awkward way to go about it if you ask me.
Whats the simplest way of getting a combobox to act like a change broadcaster?