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 4 of 4

Thread: Problem in java swing application with JcomboBox

  1. #1
    Junior Member
    Join Date
    Sep 2014
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Post Problem in java swing application with JcomboBox

    HI,
    I m developing an application using Java Swing on Netbeans using Java DB
    In which i want to create a form using Jtextfields & JComboBox
    I already added data in the JcomboBox to select
    I already create a database and table for this application
    Now i want to insert the data in Jtextfield and selection of Jcombobox to insert into the table i designed for it
    Kindly help me out how to link the form with the table and insert the data of form in table


  2. #2
    Member
    Join Date
    Apr 2014
    Posts
    219
    Thanks
    8
    Thanked 2 Times in 2 Posts

    Default Re: Problem in java swing application with JcomboBox

    Before the professionals even say it, post some code with comments on what you think is happening and then state yout problem.

    Also:
    JComboBox (Java Platform SE 7 )

  3. #3
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Problem in java swing application with JcomboBox

    If you don't understand my answer, don't ignore it, ask a question.

  4. #4
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Problem in java swing application with JcomboBox

    Welcome to the forum! Please read this topic to learn how to post code in code or highlight tags and other useful info for new members.

    If you've used the Netbeans GUIBuilder to build your interface, you need help with Netbeans, not Java.

Similar Threads

  1. Java JComboBox and Picture Problem
    By Nicken99 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: March 29th, 2014, 03:56 AM
  2. [SOLVED] Java Swing Application
    By vandy22 in forum What's Wrong With My Code?
    Replies: 16
    Last Post: November 18th, 2013, 08:04 PM
  3. Java Swing Application
    By vandy22 in forum What's Wrong With My Code?
    Replies: 0
    Last Post: November 18th, 2013, 11:16 AM
  4. Java program to Add a JMenu toolbar to a Java Swing application
    By JavaPF in forum Java Swing Tutorials
    Replies: 6
    Last Post: March 6th, 2012, 12:25 PM
  5. Java program to Add a JMenu toolbar to a Java Swing application
    By JavaPF in forum Java Code Snippets and Tutorials
    Replies: 3
    Last Post: April 30th, 2010, 09:00 AM