Creating a system tray in Java.
Java6 added the ability for Java programmers to access and create a system tray icon, found on Windows and Linux systems. I wanted to try it out to see what coding it was like.
Source:
Check out the source:
svn co http://svn.filsa.org/sketches/trunk/systray/
Or browse from:Â svn.filsa.net WebSVN
License: GPL
Version History:
2010-01-02 version 1.0. First release.
Screenshots:



Pingback: Code Sketch: System Tray in Java