Also tried copying all images to the root folder create a jar like so...
jar cvf NMHearts.jar NMHearts.class *.gif *.png
The output from the command screen looks fine.
Launch it from an html page that looks like so...
1 2 3 4 5 6 7 8 9 10 11
| <HTML> <HEAD> <TITLE>HEARTS!</TITLE> </HEAD> <p> <applet code ="NMHearts.class" archive="NMHearts.jar" width=670 height=500> </APPLET> <P> </HTML> |
Still no luck, the console shows all images loaded, but they dont display on the applet, the game works fine, If I click where the buttons should be, the game works, any printed text shows up, etc. Just the images dont display.
Unfrickin real!