Is it possible to change the application icon using JavaFX, or does it have to be done using Swing?
I tried this and it works:
stage.getIcons().add(new Image(getClass().getResourceAsStream("../images/icon.png")));