MarvinSpace

The available GUI components of MarvinSpace are demonstrated in this example.

1. Basic canvas without GUI elements

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.

2. Menubar

Many functions are available from the Menubar. Use the following applet parameter to enable:

        <param name="menubar" value="true">
    

3. Popup Menu

 

        <param name="popupmenu" value="true">
    

4. Selection Panel

The Selection Panel is enabled by default. The parameter should only be used to disable it.

        <param name="selectionpanel" value="false">
    

5. Toolbar

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 used jextexp.jar in all applets on this page, however it is only required by the last one.

        <param name="toolbar" value="true">
    
 

Copyright © 2004-2009 ChemAxon Ltd.    All rights reserved.