You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.2 KiB
39 lines
1.2 KiB
<html>
|
|
<head>
|
|
<title>Jode Test Applet</title>
|
|
</head>
|
|
|
|
|
|
<body>
|
|
<a href="../index.html">Home</a> <a href="jode.html">Up</a>
|
|
|
|
<h1>Test Applet</h1>
|
|
|
|
<applet code="jode/JodeApplet.class" archive="jode_cls.zip" width=640 height=400>
|
|
<param name=classpath
|
|
value="http://www.informatik.uni-oldenburg.de/~delwi/jode/jode_cls.zip">
|
|
<param name=class value="jode.JodeApplet">
|
|
</applet><br><br>
|
|
|
|
Press the start button to decompile this applet. You may change the
|
|
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.<br><br>
|
|
|
|
Save probably doesn't work, because it is forbidden by the browser.<br><br>
|
|
|
|
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 applet
|
|
directory.<br><br>
|
|
|
|
BTW: If you just want to read the source, you may <a
|
|
href="http://www.informatik.uni-oldenburg.de/~delwi/jode">browse it
|
|
online</a> <code>:-)</code><br><br>
|
|
|
|
You can download this, look <a href="jode-useapplet.html">here</a> for
|
|
a description.
|
|
|
|
</body>
|
|
</html>
|
|
|