Reading of an applet
In order to read an applet into an applet manager, there are some methods.
Specification of an applet file
- < It opens. > icon
A ‚ð click is carried out.
- An applet directory is specified in a file selection dialog.

- An asterisk (*) can be used for specification of an applet directory. (Example: wave*)
- What does not fulfill the conditions of an applet is disregarded.
- Specification of the directory name in which an applet directory exists opens all the applets in the directory.

The conditions of an applet required in order to read into an applet manager are as follows.
- HTML file (*. htm or *.html) exists in an applet directory.
- In the HTML file <APPLET> tag exists.
- the -- The class file of the applet specified with <APPLET> tag exists.
Selection from a drop down list
A click of the drop down list at the upper right of a screen displays a list of the path of the applet opened until now. The applet can be opened if the target item is chosen from there.
The method by the move button
The path of the applet opened until now is memorized as a history. < It returns. > icon < It progresses. A history can be opened using > icon.
 | < It returns. > | The applet opened last time is opened. |
 | < It progresses. > | The following history is opened. |