Simple demo to show adding an image file to preexisting ImageView in JavaFX GUI
It modifies the base fxml NetBeans project to contain an ImageView on its primary screen and a button to load a (hardcoded) file into that location.
Here is the before loading:
Here is after selecting the Load Image button
Moving to the secondary controller and back will clear the image (but it can be reloaded).

