SelectAll Method (JTextComponent)
Class
JTextComponent
.
Action
Selects all the content in the text component.
Syntax
textComponent
.
SelectAll
()
Examples
textComponent.SelectAll
()