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

Thread: How can take input from jtextbox and jcombobox and perform action on jbutton

  1. #1
    Junior Member
    Join Date
    May 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How can take input from jtextbox and jcombobox and perform action on jbutton

    Hi Friends
    I want to create an application in which there is 5 fields with different types of controls like jtext_box , jradio_button ,jcombobox and jbutton. I want to take input from all these controls like jtext_box , jradio_button ,jcombobox and perform some action on jbutton like addition or collectively shown in message box.

    Please help me.


  2. #2
    Senior Member PhHein's Avatar
    Join Date
    Mar 2013
    Location
    Germany
    Posts
    609
    My Mood
    Sleepy
    Thanks
    10
    Thanked 93 Times in 86 Posts

    Default Re: How can take input from jtextbox and jcombobox and perform action on jbutton

    Please post your code. What have you tried? - Matt Gemmell

Similar Threads

  1. Action Listener?user input problem
    By gpelefty90 in forum AWT / Java Swing
    Replies: 1
    Last Post: November 2nd, 2011, 05:17 AM
  2. JButton preforming an action
    By frozen java in forum What's Wrong With My Code?
    Replies: 3
    Last Post: June 1st, 2011, 10:03 PM
  3. JTextBox not showing?
    By minime12358 in forum What's Wrong With My Code?
    Replies: 3
    Last Post: March 14th, 2011, 08:02 AM
  4. jbutton and action event
    By mt888 in forum AWT / Java Swing
    Replies: 3
    Last Post: March 26th, 2010, 06:24 AM
  5. JButton with "Enter Key" keyboard action
    By chronoz13 in forum Java Code Snippets and Tutorials
    Replies: 0
    Last Post: January 26th, 2010, 10:53 AM