Difference for src/AboutBean.java from version 1.4 to 1.5

version 1.4version 1.5
Line 2
Line 2
 // Copyright (c) 2001 Board of Trustees of the University of Illinois // Copyright (c) 2001 Board of Trustees of the University of Illinois
 // Theoretical Biophysics Group  http://www.ks.uiuc.edu/ // Theoretical Biophysics Group  http://www.ks.uiuc.edu/
 // //
 // $Id: AboutBean.java,v 1.4 2002/08/23 18:52:53 mbach Exp $ // $Id: AboutBean.java,v 1.5 2002/10/18 16:03:10 mbach Exp $
 // //
  
 import util.*; import util.*;
Line 51
Line 51
     //     //
     ///////////////////////////     ///////////////////////////
  
      /** ActionListener for the About menu option */
     private class AboutListener implements ActionListener {     private class AboutListener implements ActionListener {
          /** Shows the About message dialog
           * @param e ActionEvent signifying the About menu option
           *  has been selected
           */
         public void actionPerformed(ActionEvent e) {         public void actionPerformed(ActionEvent e) {
             JOptionPane.showMessageDialog(null, s,             JOptionPane.showMessageDialog(null, s,
                     "JMV", JOptionPane.INFORMATION_MESSAGE);                     "JMV", JOptionPane.INFORMATION_MESSAGE);


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



Made by using version 1.65 of cvs2html