Difference for doc/pg_intro.tex from version 1.3 to 1.4

version 1.3version 1.4
Line 11
Line 11
 % %
 %       $RCSfile: pg_intro.tex,v $ %       $RCSfile: pg_intro.tex,v $
 %       $Author: mbach $        $Locker:  $                $State: Exp $ %       $Author: mbach $        $Locker:  $                $State: Exp $
 %       $Revision: 1.3 $      $Date: 2002/06/27 18:32:32 $ %       $Revision: 1.4 $      $Date: 2002/10/14 23:06:47 $
 % %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 % DESCRIPTION: % DESCRIPTION:
Line 26
Line 26
  
 This guide is designed to aid users who are interested This guide is designed to aid users who are interested
 in modifying or extending the current implementation of \JMV.  This in modifying or extending the current implementation of \JMV.  This
 manual is organized into the following chapters following this introduction: manual is organized into the following chapters:
  
 \begin{itemize} \begin{itemize}
  \BOLDLISTITEM{Modifying the applet parameters} When using JMV as an applet, you can set certain parameters to control the applet's appearance. You can disable certain features, or have the molecule screen appear in a separate window. You can also customize default parameters that the applet will use when it starts, such as the molecule it displays, and the color and representation.  \BOLDLISTITEM{Modifying the applet parameters} When using JMV as an applet, you can set certain parameters to control the applet's appearance. You can disable certain features, or have the molecule screen appear in a separate window. You can also customize default parameters that the applet will use when it starts, such as the molecule it displays, and its color and representation.
  
  \BOLDLISTITEM{Adding a new feature} JMV uses Java Beans to communicate information between the menu and the molecule window. Here, we provide instructions on how to add a new bean to JMV.  \BOLDLISTITEM{Adding a new feature} JMV uses Java Beans to communicate information between the menu and the molecule window. Here, we provide instructions on how to add a new Bean to JMV.
  
  \BOLDLISTITEM{Javadocs} Java has a program to generate Javadocs, documentation describing classes, their functions, and their members. Here, we tell you how to access JMV's Javadocs.  \BOLDLISTITEM{Javadocs} Java has a program to generate Javadocs, which are documents describing classes, their functions, and their members. Here, we tell you how to access JMV's Javadocs.
  
 \end{itemize} \end{itemize}
  


Legend:
Removed in v.1.3 
changed lines
 Added in v.1.4



Made by using version 1.65 of cvs2html