SetText Method (AWTTextComponent)

Action

Sets the text of the text component to the specified text.

Syntax

textComponent.SetText(text)
Variable Description
text New text of the text component. String.

Examples

textComponent.SetText("SilkTest")