/ Published in: Java
Expand |
Embed | Plain Text
try { return ImageIO.read(this.getClass().getResource(path)); return null; } }
You need to login to post a comment.
resurge on 04/24/09
1 person have marked this snippet as a favorite
try { return ImageIO.read(this.getClass().getResource(path)); return null; } }
You need to login to post a comment.