comboBox & radio buttons
843805Jan 29 2007 — edited Jan 29 2007Hello,
I am trying to figure out a way to do this: depending on which option the user chooses with the radio button, the contents of the combo box will be different.
So say if I choose radio button that says "Cars", the combo box will display the car models, and if I choose "Planes", the combo box will display plane models.
I have add an actionListeners to the radio buttons, but that doesn't work. Any help would be greatly appreciated!