/ Published in: Java
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
try { return ImageIO.read(this.getClass().getResource(path)); return null; } }