Abstract: applet package
</ Td> </ tr> <tr> <td width="517" height="35" valign="top" class="ArticleTeitle"> Applet writing, images and other resources included in the paper to use the following methods:
ClassLoader loader = this.getClass (). GetClassLoader ();
/ / Image = this.getImage (this.getDocumentBase (), this.getParameter ( "image"));
Image = this.getImage (loader.getResource (getParameter ( "image ")));
Step 1: compiling source files
C: \ java> javac Soundmap.java
Step 2: Packing
C: \ java> jar cf applet.jar java_parts.gif chirp.au chen / applet
The third step: the preparation of html file (please download the source files)
Main parts: