How do you debug getResource-style methods that are failing, returning null?
I am sure the file it\'s looking for is there, but it\'s returning NULL. How do I know w
The getResource call is looking for a file relative to the class file.
My first guess would be that when you have compiled you have forgotten to put the resource files into the compile folder. That's what I've been running on often.