next up previous contents
Next: Javadocs Up: JMV Programmer's Guide Previous: Creating a JMV applet   Contents

Adding a new Bean

JMV communicates information between the menu and the molecule window through Java Beans. Here is how to add your own Bean to the JMV code.

Starting with the code in JMV, make the following changes to add/modify a bean: You can add a new Bean, or change sizes, positions, etc. The files are located in the JMV_files directory. In the examples, replace ``NewBean'', ``NewHookup'', etc with names corresponding to the beans you've created.

For use on webpages, both jmv-\(<version>\).jar must be signed. See
http://developer.java.sun.com/developer/qow/archive/99/index.html
for more information on signing applets.


next up previous contents
Next: Javadocs Up: JMV Programmer's Guide Previous: Creating a JMV applet   Contents
jmv@ks.uiuc.edu