Need Help , I'm using eclipse on linux ,I have a code java MineSweeper Game when I run it
the images in the matrix are not displayed even there is no error in code ,& the same code run perfectly in another machine
th images is in folder
& called in the code
I tried to run it with intellij the same result no image
There is no Drapeau.PNG
in your screenshot. So that could be the problem. But more likely, the problem is that your filenames seem to actually end in .png
, not .PNG
. Linux filesystems are case-sensitive.