Right, there are two modes:

  Info.deferApplet = false;
  Info.deferUncover = true;

Image is displayed until applet loading is complete, then applet displays;
no user click involved.
The  purpose is to provide a meaningful image while applet loading is
occurring.

  Info.deferApplet = true;
  Info.deferUncover = true;

Image is displayed, but all applet loading is deferred until the user
clicks.
The  purpose is to allow quick page loading - image only - until action by
the user initiates applet loading.
------------------------------------------------------------------------------
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to