I am not quite get your problem but, i think getSource() method may help you to find which controller is interracted.



Object obj = e.getSource();
if (obj instanceof JComboxBox){
JComboBox...