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: jTextfields and JTables

  1. #1
    Junior Member
    Join Date
    Apr 2013
    Posts
    9
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default jTextfields and JTables

    Is it possible to populate a J Table when text is entered into a textfield? Reason I ask is I want the data entered in the text fields to be added into the J Table in the same fashion as it is entered. Also I have a combo box that has five titles for my application that I want to be displayed along with the rest if data


  2. #2
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: jTextfields and JTables

    Quote Originally Posted by JoeSmo View Post
    Is it possible to populate a J Table when text is entered into a textfield?
    Yes

  3. #3
    Junior Member
    Join Date
    Apr 2013
    Posts
    9
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default Re: jTextfields and JTables

    Nice is there a tutorial on how this is performed and if so provide me with a link.

  4. #4
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: jTextfields and JTables

    Quote Originally Posted by JoeSmo View Post
    Nice is there a tutorial on how this is performed
    I don't know, a search engine on the web would be a good place to ask a question like that.
    Good luck with it, don't hesitate to ask questions if you get stuck on something.

Similar Threads

  1. JCombo Box to populate 2 JTextFields
    By jdubicki in forum AWT / Java Swing
    Replies: 2
    Last Post: June 8th, 2012, 11:06 AM
  2. jTables and models
    By luisp88 in forum AWT / Java Swing
    Replies: 1
    Last Post: October 25th, 2011, 12:27 PM
  3. Input and Output in JTextFields and JTextAreas - Interactive Fiction
    By lucienmontierre in forum AWT / Java Swing
    Replies: 1
    Last Post: April 27th, 2011, 08:14 AM
  4. JTables with JButtons, I'm overlooking something
    By aussiemcgr in forum What's Wrong With My Code?
    Replies: 4
    Last Post: October 8th, 2010, 11:30 AM
  5. live feeds and jtables
    By petem86 in forum File I/O & Other I/O Streams
    Replies: 2
    Last Post: September 19th, 2010, 08:44 PM