Search:

Type: Posts; User: Purple01

Search: Search took 0.09 seconds.

  1. Re: Having trouble storing variable from JTextField

    Does your program also gives out those huge error messages?
    Like, error: cannot find symbol method getText()
    and then below that is writen what line etc etc.

    (I will be back later, need to...
  2. Re: Having trouble storing variable from JTextField

    Can you post the error message?
    That usually tells everything.
  3. Re: Having trouble storing variable from JTextField

    I just adjusted my post. :p
  4. Re: Having trouble storing variable from JTextField

    Can you maybe tell us at what line the error is located?

    * EDIT *

    If the problem is in the line:



    String name1;
    name1 = nameField.getText();
Results 1 to 4 of 4