Hello!
I am currently working on a project with a few others. Everything has went on smoothly until now.
When I run the project in NetBeans, everything is working as intended. All images show up like they should.
If I start the jar file with the console commands (java -jar filename.jar), everything works fine too. BUT, when I doubleclick the jar file itself, some images are not showing up. The code for some of those images are identical to others. I've doublechecked this multiple times, and I have no idea what's wrong.
Does anyone know what could be wrong here?