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

version 1.4version 1.5
Line 10
Line 10
 % RCS INFORMATION: % RCS INFORMATION:
 % %
 %       $RCSfile: pg_intro.tex,v $ %       $RCSfile: pg_intro.tex,v $
 %       $Author: mbach $        $Locker:  $                $State: Exp $ %       $Author: brunner $        $Locker:  $                $State: Exp $
 %       $Revision: 1.4 $      $Date: 2002/10/14 23:06:47 $ %       $Revision: 1.5 $      $Date: 2002/10/24 21:14:52 $
 % %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 % DESCRIPTION: % DESCRIPTION:
Line 23
Line 23
 %general intro text %general intro text
 This manual, along with This manual, along with
 the User's Guide and Installation Guide, document the use of \JMV. the User's Guide and Installation Guide, document the use of \JMV.
  
 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: 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 its color and representation.  \BOLDLISTITEM{Modifying the applet} 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 Beans} 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, which are documents describing classes, their functions, and their members. Here, we tell you how to access JMV's Javadocs.  \BOLDLISTITEM{Javadoc documentation} Java has a system for generating 
  source documentation called Javadoc, which produces 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.4 
changed lines
 Added in v.1.5



Made by using version 1.65 of cvs2html