Clear メソッド (JTextComponent)
クラス
JTextComponent
.
処理
すべてのテキストをテキスト コンポーネントから削除します。
構文
C#
textComponent
.
Clear
()
VB
textComponent
.
Clear
()
例
VB
textComponent.Clear
()