| version 1.19 | version 1.20 |
|---|
| |
| % RCS INFORMATION: | % RCS INFORMATION: |
| % | % |
| % $RCSfile: pg.tex,v $ | % $RCSfile: pg.tex,v $ |
| % $Author: brunner $ $Locker: $ $State: Exp $ | % $Author: mbach $ $Locker: $ $State: Exp $ |
| % $Revision: 1.19 $ $Date: 2002/10/24 21:14:52 $ | % $Revision: 1.20 $ $Date: 2002/10/29 16:00:44 $ |
| %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| % DESCRIPTION: | % DESCRIPTION: |
| % | % |
| |
| Two additional parameters that can be specified are HEIGHT and WIDTH. | Two additional parameters that can be specified are HEIGHT and WIDTH. |
| These are specified within the APPLET tag. These parameters control | These are specified within the APPLET tag. These parameters control |
| the height and width of the applet itself. The default dimensions are | the height and width of the applet itself. The default dimensions are |
| 400 for height and 400 for width. Another important parameter within the APPLET tag is the ``ARCHIVE'' parameter. This specifies where the jar files are located. Typically, this will point to ``jmv-({\tt version}).jar'', where ({\tt version}) is the version number of JMV you are using, as in ``jmv-1.00.jar''. | 400 for height and 400 for width. Another important parameter within the APPLET tag is the ``ARCHIVE'' parameter. This specifies where the jar files are located. Typically, this will point to ``jmv-\JMVVER.jar''. |
| %% If you want to allow users to load VRML files, you must also include ``vrml97.jar''. This jar file is included in the downloads. | %% If you want to allow users to load VRML files, you must also include ``vrml97.jar''. This jar file is included in the downloads. |
| | |
| \section{Creating a JMV applet with the HTML Creator} | \section{Creating a JMV applet with the HTML Creator} |
| |
| %---------------------------------------------------------------------------- | %---------------------------------------------------------------------------- |
| \end{itemize} | \end{itemize} |
| %\end{verbatim} | %\end{verbatim} |
| For use on webpages, the main JMV file must be signed. The main JMV jar file s named jmv\-{\it version}.jar, where {\it version} is the version number (as in jmv\-1.00.jar). See \\ | For use on webpages, the main JMV file must be signed. The main JMV jar file s named jmv\-\JMVVER.jar. See \\ |
| \htmladdnormallink{{\tt http://developer.java.sun.com/developer/qow/archive/99/index.html}}{http://developer.java.sun.com/developer/qow/archive/99/index.html}\\ | \htmladdnormallink{{\tt http://developer.java.sun.com/developer/qow/archive/99/index.html}}{http://developer.java.sun.com/developer/qow/archive/99/index.html}\\ |
| for more information on signing applets. | for more information on signing applets. |
| | |