Clear Method (JTextComponent)
Class
JTextComponent
.
Action
Removes all the text from text component.
Syntax
C#
textComponent
.
Clear
()
VB
textComponent
.
Clear
()
Examples
VB
textComponent.Clear
()