Hello,
I am looking for a api from which I can build tray icons in mostly every platform, especially vista.
A clean interface is a good thing
Thank you
Hello,
I am looking for a api from which I can build tray icons in mostly every platform, especially vista.
A clean interface is a good thing
Thank you
Java 6 now supports this with java.awt.TrayIcon and java.awt.SystemTray. See also Sun's useful introductory article.