I have 2 JComboBox's in my app and when I change the value of 1 combobox it has to do something else than when I change the other combobox. When I change the first, the values of the the second should be modified but when I change the second it should do nothing. So is there a way to see which combobox has been changed?
Thanks!