diff --git a/jode/jode-applet.html b/jode/jode-applet.html index 0cc576f..278effc 100644 --- a/jode/jode-applet.html +++ b/jode/jode-applet.html @@ -20,14 +20,12 @@ class path and class name to point to a class file of your choice. But note that most browsers doesn't allow loading files from a different server.

-Save doesn't work in Netscape because the FileDialog is missing -there. But access to local files is most probably forbidden -anyway.

+Save probably doesn't work, because it is forbidden by the browser.

You may give multiple entries in the class path field separated by a comma. The components may be local or remote zip or jar files or directories. Note that browsers forbid accesses to different hosts or -local files that are not in a subdirectory of the applets +local files that are not in a subdirectory of the applet directory.

BTW: If you just want to read the source, you may Step by Step If you want to use the applet version you need a recent Internet -Explorer or Netscape which supports java 1.1. +Explorer or Netscape which supports java 1.1. You can also use the +appletviewer of the java development kit.
  1. Copy
  2. Press start button in applet.
  3. -
  4. Saving doesn't work in Netscape, but maybe in Internet Explorer.
  5. +
  6. Press save button to save the decompiled code.

Packaged classes