Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のアプリにはjtextfieldがあり、編集するたびに、 つまりマウスをテキストの中央に置いて書き込むたび に、文字を挿入する代わりに置き換えます。
この動作を挿入モードに変更する方法はありますか?ありがとうございました
あなたのコードを見なければ、私はあなたがどこかにいると推測することしかできません
textField.setHorizontalAlignment(JTextField.CENTER)
マウスが中央に配置され、おそらくあなたが電話している
textField.replaceSelection()フィールドがフォーカスを得たとき、またはテキストが変更されたとき。
textField.replaceSelection()