JavaFX ImageView not updating
问题 So I'm trying to load and save Images into an imageView where the location of the image is chosen through a file browser. I've been working on this for several days now and I'm gonna have a stroke if I can't get it fixed. I've tried everything I can think of. Thank you in advance for helping. UPDATED : Here is my main class: public class Main extends Application { private Stage primaryStage; private BorderPane rootLayout; public Main(){} @Override public void start(Stage primaryStage) throws