| version 1.4 | version 1.5 |
|---|
| |
| // 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.*; |
| |
| // | // |
| /////////////////////////// | /////////////////////////// |
| | |
| | /** 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); |