Relates :
|
http://download.java.net/java/jdk9/jfxdocs/javafx/scene/image/ImageView.html See the @ in the following cut-n-paste from the web page. public class HelloImageView extends Application { @Override public void start(Stage stage) { // load the image Image image = new Image("flower.png");
|