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

Thread: JTextfield value handling

  1. #1
    Junior Member
    Join Date
    Aug 2013
    Posts
    7
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default JTextfield value handling

    hi guys!! i need your help...my question is..how i can read single JTextfield in multiple action event..like 3 action event i had..


  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: JTextfield value handling

    How would you read a single JTextField for just one action event?
    ...do that three times, and depending on the complexity and what code may be repeated, possibly farm the work out to a method that gets called from each action event

  3. #3
    Member
    Join Date
    Jul 2013
    Posts
    219
    Thanks
    0
    Thanked 18 Times in 17 Posts

    Default Re: JTextfield value handling

    Hello.
    Your question seems to be unclear.
    As many action events a JTextField object can listen to, you can add those many respective listeners.

    Syed.

Similar Threads

  1. I/O AND EXCEPTION HANDLING need help
    By awood in forum What's Wrong With My Code?
    Replies: 6
    Last Post: February 3rd, 2013, 04:22 PM
  2. Event Handling
    By maress in forum What's Wrong With My Code?
    Replies: 0
    Last Post: January 24th, 2011, 03:29 AM
  3. Thread handling
    By _lithium_ in forum What's Wrong With My Code?
    Replies: 8
    Last Post: January 12th, 2011, 12:14 AM
  4. Exception handling
    By AnithaBabu1 in forum Exceptions
    Replies: 6
    Last Post: August 27th, 2008, 09:37 AM