Insert Method (AWTTextArea)
Class
AWTTextArea
.
Action
Inserts the specified text at the specified position.
Syntax
textArea
.
Insert
(
text
,
pos
)
Variable
Description
text
The text to insert.
String
.
pos
The position at which to insert. The value is zero-based.
Integer
.
Examples
colorsTextArea.Insert
("yellow", 16)