-
JCombo box
Hi, Im doing a program in swing were I allow the user to select a choice using the combo box and then press a continue button to proceed with the chosen choice.
My problem is; i can manage to do a combo box but how do i link each choice with the appropriate page.
I will try to explain it better with a quick walk through: start>user interacts with combo box>user clicks on their choice in the combo box>user selcts continue and is takent to the selected choice.
Im trying to make the continue button link to the correct page that they have chosen in the combo box.
Any help would be really appreciated. Maybe a link to a tutorial about my problem or a example program.:confused: