I have a class which construct a GUI which has two JComboBoxes, comboA and comboB respectively. I have another class which handles the events of the componants on this GUI. I want to invoke two different methods on the Itemchanged event of each of the combobox.
I want to know that how could I identify on which of the two comboboxes event has occured?
How could I trace that which combobox’s item has changed?
you can set name of the combo box and check against their name.