Check if system tray focused in Java?

Posted by Danny King on Stack Overflow See other posts from Stack Overflow or by Danny King
Published on 2010-04-18T15:32:23Z Indexed on 2010/04/18 15:43 UTC
Read the original article Hit count: 288

Filed under:

Hi all,

I have a Java app that has an icon in the system tray.

How can I check if the tray (or tray icon) has current focus?

Tray and TrayIcon don't seem to have .isFocused() or similar.

Is this possible?

Thanks!

© Stack Overflow or respective owner

Related posts about java