This feature (still experimental : see notes) graphically displays mind maps created with the FreeMind software.
For instance, seethe first page of this manual, which displays such a map.
All the FreeMind map features (including the icons but not the embedded images) are graphically displayed by WIT.
A Java applet(freemindbrowser.jar) does the display.
The following HTML code is inserted in the current idea :
<div id="freemindapplet">
<object classid="java:freemind.main.FreeMindApplet.class"
type="application/x-java-applet"
archive="../extra/freemindbrowser.jar"
width="100%" height="600">
<param name="scriptable" value="false">
<param name="modes" value="freemind.modes.browsemode.BrowseMode">
<param name="browsemode_initial_map" value= "#@@MAP@@" />
<param name="initial_mode" value="Browse">
<param name="selection_method" value="selection_method_direct">
<object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
codebase="http://java.sun.com/update/1.5.0/jinstall-1_5_0-windows-i586.cab"
height="600" width="100%">
<param name="code" value="freemind.main.FreeMindApplet">
<param name="archive" value="../extra/freemindbrowser.jar">
<param name="scriptable" value="false" />
<param name="modes" value="freemind.modes.browsemode.BrowseMode">
<param name="browsemode_initial_map" value= "#@@MAP@@">
<param name="initial_mode" value="Browse">
<param name="selection_method" value="selection_method_direct">
<strong>
This browser does not have a Java Plug-in.
</strong>
<br>
<a href="http://java.sun.com/products/plugin/downloads/index.html">
Get the latest Java Plug-in here.
</a>
</object>
</object>
</div>
Red values are parameters that you can change in the 'HTML' tab of main WIT view.
Do not change the values between the #@@ and @@ pseudo tags : they are controlled by WIT.
Notes :
- A Sun virtual machine must be installed to execute the Java applet.
-
The display is made only in the "Preview" tab of main WIT view and in your web browser. If the display is only done in the browser and not in WIT "Preview" tab, you may force Internet Explorer to use the Sun virtual machine
by adding an environment variable in your Windows system :
- JAVA_PLUGIN_WEBCONTROL_ENABLE
- with a non void value, for instance 1.
- You may change the default HTML code that is inserted, by editing the <WIT_INSTALL_DIR>\Data\Scripts\visorFreeMind\applet-template.txt file, but keep the values between the "@@" pseudo tags.
- You also may prefer simpler HTML code (with the <applet> tag, as FreeMind recommends) : rename the alt-applet-template.txt file into applet-template.txt in the <WIT_INSTALL_DIR>\Data\Scripts\visorFreeMind
folder, and edit its contents if needed.