I have made a Java Application on Eclipse on my MacBook Pro. The GUI is made using FXML. How do I create an icon on my desktop that I can click and it launches the First GUI Screen of my application? Thanks.
Edit: I want it so that I click on an icon on my desktop, and it immediately launches my program and the first screen of the GUI opens and is ready to go.