<FRAMESET ROWS="*,0"> <FRAME SRC="entry.html" NAME="content" MARGINWIDTH=0 MARGINHEIGHT=0> <FRAME SRC="mindmap.html" NAME="mindmap" MARGINWIDTH=0 MARGINHEIGHT=0> </FRAMESET>An example for the HTML code (in mindmap.html in the example above) containing the APPLET tags is the following:
<APPLET CODE="MMN" NAME="MMN" WIDTH=2 HEIGHT=2> <PARAM NAME="script" VALUE="Mindmap.script"> <PARAM NAME="aswindow" VALUE="YES"> </APPLET>For details on all Mindmap Applet parameters see the description in the downloadable ZIP file (see above).
java Compress <ascii-fn> <compress-fn>
Alias ... Mindmap ... Item Text ... Image ... Media (only Java Media version) ... Link ... LineTake a look at the example script file (Mindmap.script). It is a good sample and shows most of the features of the applet.
<B> | The following text will be displayed bold.
</B> | End of bold text.
| <I> | The following text will be displayed italic.
You can combined bold and italic.
| </I> | End of italic text.
| <BR> | Line feed. The following text will start at the following line.
| &LT; | Lower than sign (<).
| &GT; | Greater than sign (>).
| |