JavaFX 2.0 window in the tray

I want to create a service with a JavaFX (all-in-one) interface. When the user clicks the Close button, I want to move the application to the system tray and open it with the active use of all listeners.

Currently, I have achieved that when someone clicks the close button, the application is minimized.

Does anyone know how to transfer an application to a tray (at least on Windows systems)?

thanks

+6
source share
1 answer

See this discussion . In short:

+6
source

Source: https://habr.com/ru/post/913420/


All Articles