java and Systray

Hi peoplesome one know how can I put a simple java application in the systray of windows?thanks folksss!!!!
[128 byte] By [DaleGroa] at [2007-11-26 19:59:30]
# 1
Google knows.
tschodta at 2007-7-9 22:56:14 > top of Java-index,Other Topics,Algorithms...
# 2

> Hi people

>

> some one know how can I put a simple java

> application in the systray of windows?

>

> thanks folksss!!!!

Next time please post your Java programming questions in the right forum:

http://forum.java.sun.com/category.jspa?categoryID=5

because your question has little to do with algorithms.

If you'd have Googled for "Java system tray" and didn't succeed to get things running, it's probably because your version of Java is too old. The system-tray functionality is a new feature in Java and you need the latest JDK/JRE version (1.6 or just 6).

Here's a demo:

http://java.sun.com/developer/technicalArticles/J2SE/Desktop/javase6/systemtray/

prometheuzza at 2007-7-9 22:56:14 > top of Java-index,Other Topics,Algorithms...