Using simbrain as a library
Simbrain can be used as a library in a separate java program. To do this, you must get Simbrain from source and then use ant to build the jar files of interest. Currently (1) a network jar with no gui and (2) a network jar with gui are supported. To create these use:
> ant networkjar
> ant networkguijar
> ant networkguijar
To get a feel for how to use the Simbrain API, try opening up different scripts in (for example) the scriptmenu directory.
Applets
Applets can be deployed using the networkgui.jar. (More information on how to do this is forthcoming).