| Author |
Minimising to System tray.
|
shri mon
Ranch Hand
Joined: Jan 11, 2005
Posts: 63
|
|
|
Can i minimise my java application to the system tray so that it can do some tasks in background?
|
 |
Jeroen Wenting
Ranch Hand
Joined: Oct 12, 2000
Posts: 5093
|
|
Not in pure Java. You will need an ActiveX (COM) wrapper to plug into native Windows system calls. There's probably similar systems you can use on other operating systems.
|
42
|
 |
Rachel Swailes
Ranch Hand
Joined: May 18, 2004
Posts: 434
|
|
If you have a look at JDIC it might have what you are looking for. I am using it to integrate the IE webbrowser into an application and I see on their site that there is a similar thing for the system tray. http://jdic.dev.java.net/ Cheers, Rachel
|
 |
Lionel Badiou
Ranch Hand
Joined: Jan 06, 2005
Posts: 140
|
|
Hi Shri, You may also check theses packages : - http://jeans.studentenweb.org/java/trayicon/trayicon.html - http://systray.sourceforge.net/ - http://www.javaapis.com/jtray/ Best regards,
|
Lionel Badiou
CodeFutures Software
|
 |
 |
|
|
subject: Minimising to System tray.
|
|
|