ekartoyev
2/12/2019 - 2:30 PM

JavaFX - Set icon for the Stage

JavaFX - Set icon for the Stage

stage.getIcons().add(new Image(getClass().getResourceAsStream("icon.png")));