I\'m working in a project in Java and sometimes all my images randomly dissapeared from the project\'s bin folder. It is getting very annoying because I have to put everythi
I had the same problem So I just past image in both folders 'bin' and 'src' in my case I have this code:
Image image2 = new Image(getClass().getResourceAsStream("IMAGES/Main-icon.png"));
run App and its will work