I am using JavaFX in intelliJ and I have a challenge whenever I used this line of code: Image image = new Image("image/flag.jpg"); . the program will run.
C