Im trying to create a new class for a projectile in my game but every time I try to set the image I get this error:
java.io.FileNotFoundException: C:\Users\ajmetal\Desktop\project\images\Laser.png (The system cannot find the file specified)
The image is in my scenario's image folder. What's worse and most unusual is that after I try to set the image and receive the error message the image is DELETED from the image folder. I have to create another one and save it to the folder again. I've tried this with multiple different images and all of them give the same error message and are automatically deleted.

