0

can anybody help me to send java application to system tray?I tried some ways but i totally failed.i want to send my application to system tray once it is opened because application should run in the background without seen the interface.

mKorbel
  • 109,525
  • 20
  • 134
  • 319
  • 2
    this question has already been answered here: http://stackoverflow.com/questions/758083/how-do-i-put-a-java-app-in-the-system-tray – Edgard Leal May 23 '13 at 12:20

1 Answers1

2

Look into the java.awt.SystemTray class.

(You should search in google first: java system tray. The first link is The JavaTM Tutorail: How to Use the System Tray)

johnchen902
  • 9,531
  • 1
  • 27
  • 69