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.
Swing でショートカット キーを使用してウィンドウ/フレームのフォーカスを変更しようとしています。問題は、フォーカスが変更されたときに、フォーカスのあるウィンドウが上に移動せず、フォーカスを取得しても後ろにとどまることです。フォーカスされていないウィンドウ。フォーカスを取得します。フォーカスにFrame.requestFocus();使用できる他の方法はありますか?
Frame.requestFocus();
使ってみてFrame.toFront();
Frame.toFront();
Java ドキュメント リファレンス: toFront