i've been trying to get getResource to work correctly this whole morning but so far the only way i've had to get it working is by moving the res folder to the bin folder and then using getResource like so
URL url = MyClass.class.getResource("/res/gfx/entity/entity1.png");
But is there not any way i can make it so res is outside the bin folder?