1. To insert a Java applet other than those in the reference material, insert the class file first and make the settings necessary to control the movement and so on.
2. Copy all the files constituting the Java applet into the newly created subfolder. For instance, the following files must be copied.
Class file(*.class)
Files which contain images and the like and which are used by the class files
3. Select a class file (*.class) from the [Contents] tab, then drag it and drop it into the editing area.
=>The class file is inserted. The class file is indicated by .
4. Right-click
=>The "Attribute" dialog appears. Confirm that the attribute [Applet] appears in [Tag].
5. Enter the class file name in [Code], the subfolder name for the Java Applet in [Code Base] and the description of the Java applet in [Alternate Text].
6. Click the [Parameters] tab and enter the parameter name in [Name] and its value in [Value]. Then, click the [Register] button. Repeat these operations as many times as the number of the parameters.
7. Click the [OK] button.