Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Re: JTextField string entry with a JButton instead of 'enter' key.

    Add a listener to the button and have the listener's method copy the String from the JTextField.
  2. Re: JTextField string entry with a JButton instead of 'enter' key.

    Can you explain what "grab the text" means? Where do you want the String held in the JTextField to go?
Results 1 to 2 of 2