Java problem

Does anyone know what this java problem is?

When I edit my spritesheet java is still drawing an old messed up version of it.

real

This is the current spritesheet it should look like.

oldFake

And this is an old messed up version with a green circle on it that java is drawing.

Does anyone know anything about this problem?

Comments

15. Dec 2013 · 14:35 UTC
Are you using Eclipse? If so, click your assets folder in your project view and press F5 (or right click and refresh), it should help.
Gaspard_
15. Dec 2013 · 14:37 UTC
I used to have this problem too.

I noticed that you have to be very careful and put them in the /src folder and not /bin…

I hope this helps!
15. Dec 2013 · 16:14 UTC
I’ve tried both of those things but no luck, thanks for your help anyway. It’s really weird because it’s drawing an old version of the image but if I draw a line or something on my new image it shows that line on top of the old image that it normally shows.