Search code examples
javasearchbackground-processsystem-tray

Background process to capture user specified files


I need to create an application that should reside in the tray and a process should be running to capture some files that is been specified by the user. I want to develop this application using java. How could i do this?


Solution

  • Java6 has a SystemTray API that may be helpful.