SYSTEM TRAY PROBLEM

HELLO ALLI WOULD LIKE TO MINIMIZE A FRAME IN SYSTEM TRAY HOW IT IS POSSIBLE
[96 byte] By [rahijee] at [2007-9-26 12:27:33]
# 1
i am also working on the same problem did u get any soln if yes please tell me.mail me to srinivasm_k@excite.com
srinivasmk at 2007-7-2 3:09:57 > top of Java-index,Other Topics,Java Community Process (JCP) Program...
# 2
You can use the JTray API (Java System Tray API For Windows) that can be found at http://www.JavaAPIs.com. It supports several image types, animation, and display of AWT and Swing Components as pop-ups.
rairhart at 2007-7-2 3:09:57 > top of Java-index,Other Topics,Java Community Process (JCP) Program...
# 3
I want it free, Im a pour guy. Things more difficult to acomplish are done for free like Tomcat, etc.
asterite at 2007-7-2 3:09:57 > top of Java-index,Other Topics,Java Community Process (JCP) Program...
# 4
There is a cheaper product called Desktop Extension - Java System Tray for Windows. http://www.maxistech.com/desktopex/
wvu at 2007-7-2 3:09:57 > top of Java-index,Other Topics,Java Community Process (JCP) Program...
# 5
Go to http://www.limewire.org and download the LimeWire source. There is native Win32 code to do the tray iconization and so on. And best of all, it's open source!
cdbennett at 2007-7-2 3:09:57 > top of Java-index,Other Topics,Java Community Process (JCP) Program...
# 6
How did they come up with Java System Tray API.There must be some code in java that supports the hiding in system tray, the code must have hade basis from somewhere. Did they perhaps use Java Native Interface ?
|Viking| at 2007-7-2 3:09:57 > top of Java-index,Other Topics,Java Community Process (JCP) Program...
# 7
You must have solved this problem already but in case you didn't try this link: http://members.lycos.co.uk/gciubotaru/systray/ . It's something simple & free!
gciubotaru at 2007-7-2 3:09:57 > top of Java-index,Other Topics,Java Community Process (JCP) Program...
# 8
Also http://jeans.studentenweb.org/java/trayicon/trayicon.html can be tried.My sincerely..
gokcergokdal at 2007-7-2 3:09:57 > top of Java-index,Other Topics,Java Community Process (JCP) Program...