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

[197 byte] By [JavaMyBlooda] at [2007-11-27 11:28:04]
# 1

If using JDK 6, try java.awt.SystemTray.

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

dwga at 2007-7-29 16:19:49 > top of Java-index,Java Essentials,Java Programming...
# 2

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

prometheuzza at 2007-7-29 16:19:49 > top of Java-index,Java Essentials,Java Programming...
# 3

am not using JDK 6, using 1.4 version. any help is highly appreciated!!!

Reg

Shan

JavaMyBlooda at 2007-7-29 16:19:49 > top of Java-index,Java Essentials,Java Programming...
# 4

Can you upgrade to the current version of Java?

BigDaddyLoveHandlesa at 2007-7-29 16:19:49 > top of Java-index,Java Essentials,Java Programming...
# 5

> 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.

prometheuzza at 2007-7-29 16:19:49 > top of Java-index,Java Essentials,Java Programming...
# 6

> 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.

_helloWorld_a at 2007-7-29 16:19:49 > top of Java-index,Java Essentials,Java Programming...
# 7

> 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

georgemca at 2007-7-29 16:19:49 > top of Java-index,Java Essentials,Java Programming...
# 8

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?

JavaMyBlooda at 2007-7-29 16:19:49 > top of Java-index,Java Essentials,Java Programming...
# 9

You can try JDIC package for system tray i am using it with jdk1.5 hope it will work with jdk1.4 also.

Nicky

LaKshya_Nickya at 2007-7-29 16:19:49 > top of Java-index,Java Essentials,Java Programming...