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.
That doesn't sound right. All of the ComboBoxes should be independent.
It sounds like a problem with a global variable or something.
--
Cameron Hayne
email@hidden
_______________________________________________
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
This email sent to email@hidden
References:
>JCombox Model (From: Richard Newell <email@hidden>)