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 アプリケーションがフォアグラウンドにあるかどうかを確認したい。そうでない場合は、アプリケーションのシステム トレイ アイコンを使用して、特定のイベントに関するバルーン通知を表示します。それを確認する方法についてのアイデアはありますか?
isActive()良い出発点なので、フレームにisFocused()フォーカスがあるかどうかを確認してください。
isActive()
isFocused()
WindowListenerwindowActivatedとに反応するためにも使用できますwindowDeactivated。
WindowListener
windowActivated
windowDeactivated