SetText メソッド (JTextComponent)

クラス

JTextComponent.

処理

テキスト コンテンツを指定したテキストに設定します。

構文

C#
textComponent.SetText(text)
VB
textComponent.SetText(text)
変数 説明
text 新しいテキスト コンテンツ。 String

VB

textComponent.SetText("blue")