Difference between revisions of "TextArea"
From MyWiki
Line 1: | Line 1: | ||
'''Methods'''<br> | '''Methods'''<br> | ||
− | append(String) (use "\n" for a new line)<br> | + | append(String); (use "\n" for a new line)<br> |
− | setText("")<br> | + | setText("");<br> |
Latest revision as of 17:12, 24 September 2014
Methods
append(String); (use "\n" for a new line)
setText("");