How can I create a system tray icon?

I know this isn’t exactly a gaming question, but I wanted to make a little program that would go online and get the weather then post it to a small icon in the system tray. Is there an API I can use to do this?

http://java.sun.com/javase/6/docs/api/java/awt/SystemTray.html

Dmitri