JavaFX - Set icon for the Stage
stage.getIcons().add(new Image(getClass().getResourceAsStream("icon.png")));