display string in TextArea()
843807Sep 26 2002 — edited Sep 26 2002this is my Java code :
******
string str,text;
TextArea displaytext = new TextArea(16,80);
str = value.toString();
text += str + "\n";
displaytext(text);
***********
The problem is nothing shown in the displaytext when i run the program
Pls help