How can I have a system tray icon for my program in Java? I've tried searching all over the web ,but I cant find anything.
Asked
Active
Viewed 395 times
1
-
2What type of icon do you mean? A Picture in your Swing component? A tray icon? A shortcut icon? Does this tutorial help? http://download.oracle.com/javase/tutorial/uiswing/components/icon.html – Dorus Sep 01 '11 at 00:32
-
Then i got a second tutorial, 3 seconds on google later: http://download.oracle.com/javase/tutorial/uiswing/misc/systemtray.html ;) – Dorus Sep 01 '11 at 00:36
1 Answers
6
Like this?
See the Java tutorial:
http://download.oracle.com/javase/tutorial/uiswing/misc/systemtray.html

OscarRyz
- 196,001
- 113
- 385
- 569