how to create system tray
hey,
have created my appln but wanted to put it as system tray icon and poping up when clicked.
Could you please help me with some class files or JAR ?
Thanks!!!
Shan
hey,
have created my appln but wanted to put it as system tray icon and poping up when clicked.
Could you please help me with some class files or JAR ?
Thanks!!!
Shan
If using JDK 6, try java.awt.SystemTray.
http://java.sun.com/javase/6/docs/api/java/awt/SystemTray.html
> am not using JDK 6, using 1.4 version. any help is
> highly appreciated!!!
>
> Reg
>
> Shan
There's no possibility in Java 1.4 for that.
> am not using JDK 6, using 1.4 version. any help is
> highly appreciated!!!
>
> Reg
>
> Shan
Your best bet is to upgrade to 1.6 and follow the link in the above post.
> am not using JDK 6, using 1.4 version. any help is
> highly appreciated!!!
>
> Reg
>
> Shan
Either upgrade, get your hands dirty with native code or use a different language
ok if am going to use JDK 6, is that anything sply to be downloaded to make it run in a system where jdk1.4 is available?
You can try JDIC package for system tray i am using it with jdk1.5 hope it will work with jdk1.4 also.
Nicky