The available GUI components of MarvinSpace are demonstrated in this example.
Without the gui, we can only rotate (left mouse drag), zoom (middle mouse drag) and shift (right mouse drag) the view, and use applet parameters and api to perform actions.
Many functions are available from the Menubar. Use the following applet parameter to enable:
<param name="menubar" value="true">
<param name="popupmenu" value="true">
The Selection Panel is enabled by default. The parameter should only be used to disable it.
<param name="selectionpanel" value="false">
A new jar file,
jextexp.jar
must be put into the archive tag to enable the toolbar. Note, that to be able to load multiple applets inside one web page, the applet tags have to be the same, because Java does not let to load native libraries by separate classloaders. That's why we usedjextexp.jar
in all applets on this page, however it is only required by the last one.<param name="toolbar" value="true">