Hi there,
My app has got an array of JComboBox named comboBox and they have actionListeners attached. The question is how do I determine the array index of the comboBox that fired the event?
I need to know so that I can transfer the chosen value in comboBox to a JTextField with an identical array index.
Thanks.