TextArea.insert
Class Overview | Class Members |
This Package |
All Packages
public synchronized void insert( String str,
int pos )
Parameters
- str
- the text to insert.
- pos
- the position at which to insert.
Description
Inserts the specified text at the specified position
in this text area.
See Also
setText, replaceRange, append