I know, I know, this was asked before. But every resource I looked at uses IconImages, while I only have simple images.
Is there any other solution? Please help as I lingered on, researching and trying to figure this out for several days without progress.
Image Floor = Toolkit.getDefaultToolkit().getImage("Floor.PNG");
EDIT: If I were to make sure that the jar would not be compressed, and I created a separate directory in the jar for images and set the correct path to the file, would this code work?
DGH94 source
share