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
source share