Difference between revisions of "TextArea"
From MyWiki
(Created page with "'''Methods''' append(String)") |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | '''Methods''' | + | '''Methods'''<br> |
− | append(String) | + | append(String); (use "\n" for a new line)<br> |
+ | setText("");<br> |
Latest revision as of 17:12, 24 September 2014
Methods
append(String); (use "\n" for a new line)
setText("");