In a cricket statistics program I am writing I have a tabbedPane with 4
tabbedPanes each of which has multipule JComboBoxes. I have used the
example from the sun site which extends the abstractListModel as my
combobox model to populate my ComboBox. My problem, which I didn't
antisipate is, when you make your selections from the comboBox and
change tabbedpane all the Comboboxes are set to the last comboBox
selection made. Probably because the "setSelectedItem" method of the
model.
Any ideas of how to get round this?
regards
Richard Newell
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden