This creates the following error in the Java console when I try to run it:
java.security.AccessControlException: access denied (java.io.FilePermission savedata.txt read)
It seems that you are trying to access a text file. You cannot do that in this way when running in a web browser.
2008/10/30
2008/10/30