ok, quick note until andy posts my post:
I use textPad 4 to compile (so just javac) and command line to make
jar. I open the jar file using 7zip and all of the class files are
there (as in, the ShutTheBox.class and ShutTheBox$1-10.class (what are
these for!!)) plus the gif files, plus a folder called META-INF with
the manifest file in it. It works fine in any directory on my pc.
Do you recon it's the class file? My mate can't get the applet version
on
http://www.txfiles.co.uk/rich/ShutTheBox.html to work. can you? All
my other applets work fine. Is it the stupid $ signs?
I think I have the $'s because of my actionListener inner classes. Is
this a problem? good practice etc?
thanks!!!