Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

display string in TextArea()

843807Sep 26 2002 — edited Sep 26 2002
this 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

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 24 2002
Added on Sep 26 2002
1 comment
140 views