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
Post a Comment