Looked at other posts on SO and they did not solve this issue.
I\'m trying to load an image from my jar file. It is continuously coming up as null. The image is loca
try this :
Toolkit.getDefaultToolkit().getImage(getClass().getResource("/images/BLOCK.png"));