1

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.

mre
  • 43,520
  • 33
  • 120
  • 170
Matthewj
  • 1,932
  • 6
  • 26
  • 37
  • 2
    What 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 Answers1

6

Like this?

enter image description here

like this?

See the Java tutorial:

http://download.oracle.com/javase/tutorial/uiswing/misc/systemtray.html

OscarRyz
  • 196,001
  • 113
  • 385
  • 569