Hello there. Can anybody help me with this problem.
I am trying to write a program that creates instances of classes that extend JFrame to make my application windows....
This code runs but I can not reference the JTextField shown on the GUI - it seems that there is another instance of it created somehow that is used - to see what I mean run the attatched code, and click connect. The text in the userName text box is not displayed on System.out.....
Any ideas????
Thanks Matthew Deaves