Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to set an icon on system tray

Status
Not open for further replies.

LovelyAngel

Programmer
Mar 17, 2002
17
0
0
GB
Hello all,

I want to set a system tray icon using java 1.4.0, just like msn messenger one. If I double click on it, it will do some work and if system.exit(0) is executed, the icon is gone. Could anyone give me some clue?

Thank you very much.
Angel
 
You want to do a OS specific operation using Java? Try JNI (Java Native Interface). Go to javasoft.com there are tutorials etc.

-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top