Is it possible to change the application icon using JavaFX, or does it have to be done using Swing?
stage.getIcons().add(new Image("/images/logo_only.png"));
It is good habit to make images folder in your src folder and get images from it.