Java
09-11-2009, 05:06 AM
I have 1 package that manages the main JFrame of my application. This JFrame needs to access an image (which is a resource) of another package. I was able to get it to work using: new ImageIcon(getClass().getResource("../"+packageName+"/icon.jpg")); But this does not work when using a...