SetCaretPosition メソッド (JTextComponent)
クラス
JTextComponent
.
処理
テキスト コンポーネントのテキスト挿入キャレットの位置を設定します。
構文
textComponent
.
SetCaretPosition
(
index
)
変数
説明
index
テキスト キャレットの位置。 The value is zero-based.。
Integer
。
例
textComponent.SetCaretPosition
(15)