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.
私の JTable では、関連するすべてのセルを Excel のように編集したいと考えています。
ENTER でセルの編集を停止し、フォーカスを次のセルに移すように実装しました。ただし、最後のセルで Enter キーを押すと、フォーカス サイクルによって最初のセルにジャンプします。しかし、テーブルの外で続けて、フォーカスを JButton に設定したいと考えています。
どうすればこのサイクルを断ち切ることができますか?