So I'm writing my gui in Java and have managed to sort out the loading and resizing of various images that I have in my /src/resources folder.
However what I'd like to be able to do is use images that havent been included in the source code. I want my program to be able to grab an image from its current directory.
The image is used for a company logo, and I'd like other users to be able to change the logo without me having to recompile the whole thing.
I'm having a hard time finding anything on this topic, if anyone can help me out I'd be very grateful.
Cheers