Advertisement
Guest User

Untitled

a guest
Dec 20th, 2014
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. Image image = new Image("image.jpg");
  2. ImageView iv1_1 = new ImageView();
  3. iv1_1.setImage(image);
  4.  
  5. Exception in thread "JavaFX Application Thread" java.lang.IllegalArgumentException: Invalid URL: Invalid URL or resource not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement