Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 1 of 1

Thread: JCombo box

  1. #1
    Junior Member
    Join Date
    Apr 2012
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 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.
    Last edited by say what; April 10th, 2012 at 05:46 PM.


Similar Threads

  1. Java 3 JCombo Box Problem
    By kpat in forum AWT / Java Swing
    Replies: 0
    Last Post: March 21st, 2012, 05:08 AM
  2. Replies: 0
    Last Post: February 12th, 2011, 07:44 PM