swing - Java JComboBox Updating ComboBox -


i have 3 jcomboboxes each actionlistener. upon selecting item 1 of jcomboboxes should update content of other two, , when 2 of jcomboboxes selected, 3 combo box value should updated based on values selected other 2 jcomboboxes. updating content using setmodel(new defaultcomboboxmodel(array)) suppose use , actionlistener or itemchangelistenner combo boxes? there preference on choice?

you can start this example


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -