I have JavaFX application built and used as desktop app with an installer which created a shortcut on desktop. It works perfectly fine, but whenever clicks on shortcut, it opens a new window. I want to make changes to the app to act as singleton and open the same window if it is already opened.
Can anyone help?