Hi,
I have looked verywhere on the net but cannot find an anser to my simple problem.
I wish to send text to a jTextArea the jTextArea is in a class called public class NewJFrame.
From another class Main i want to send text.
If i uncomment //name= ("gb"); i can then see the correct text in the jTextArea.
If i send it from Main as shown above it doesn't show the text?
The println shows me that the method has received the
string.
I have been trying for hours to work out why its not working but i cannot find out what is wrong!
Can you please help i know its easy but as i'm still learning it isn't easy fro me.
Regards
Gary