I suppose it\'s a very simple thing but I just can\'t get behind it. All I want is to show an image over an ImageView linked to fxml. Here is my code:
packag
src/sample/images/shopp.png
** Parent root =new StackPane(); ImageView ımageView=new ImageView(new Image(getClass().getResourceAsStream("images/shopp.png"))); ((StackPane) root).getChildren().add(ımageView); **