So I have been programming in java for several years. and this is the first time I have ever seen this problem. So far no one has been able to answer, so thank you for anyone who suggests an answer. In java, I use the eclipse IDE to program games and other applications. I recently just got a new computer , and installed java and everything on my computer and began to program an application I have been working on for a few days, I go to re load .png images into eclipse. (normally I just drag and drop the the image into a folder) but for some reason the the thumbnail image for a .png image wasn't correct. For some reason, the thumbnail for the images I imported looked like a txt file. i tried calling the images through there file path, and it says that it can't load the image. I literally have the same code from my old computer placed on my new computer. I did some tests and I find that it can't recognize that .png images. I figured since it has a new operating system, it might just be the new icon (windows 8). But .png images still have the classic flower thumbnail. After several more tests, I have concluded that its eclipse not recognizing the images. I have done everything to test this. I have tried changing my version of eclipse, overwriting the image, creating a new folder, changing work spaces, re-installing java, checking the imported images are actually of type .png, and googled around for a couple hours. I have done everything and concluded it must be a setting in eclipse that I have missed. If anyone could please help, that would be greatly appreciated! thanks again