Guest User

Untitled

a guest
Nov 17th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. public Image getImage() {
  2. try {
  3. Image img = ImageIO.read(new File(URL));
  4. return img;
  5. } catch (IOException e) {
  6. e.printStackTrace();
  7. }
  8. }
Add Comment
Please, Sign In to add comment