6

I want to develop a service with JavaFX UI (all-in-one). When the user clicks on the Close button I want to move the app to the system tray and keep it opened with all the listeners active.

For now, what I achieved is that when someone clicks on close button the app gets minimized.

Anyone knows how to move the app to the tray (At least in windows systems)?

Thanks

assylias
  • 321,522
  • 82
  • 660
  • 783
Javier
  • 155
  • 1
  • 3
  • 9

1 Answers1

6

See this discussion. In summary:

Community
  • 1
  • 1
assylias
  • 321,522
  • 82
  • 660
  • 783