Hi guys,
I am writing a small application which needs to load some images, and other resources. I am currently trying to find the best way to package these resources in my application. I have looked at some examples, I but I have been having trouble understanding them, and many seem to be image limited.
Right now the way I want my program to work, is to have it load one of the randomly selected .zmap 's that exist in a folder. Unfortunately I don't know where in my files should be put in the file structure.
I've attached an image that should show you my current file structure, and the location of the class that is loading these files.
It is worth noting that this is a desktop application, which I hope to distribute through a .jar (I am using netbeans).
Please assist a programer new to java :)