images and sounds dirs is not in resources folder. I think that its better to include it in jar file and get it with: ``` java this.getClass().getResource("icon.png"); ```