net.mlw.gfw.ext.basic.action
Class AboutActionListener

java.lang.Object
  |
  +--net.mlw.gfw.ext.basic.action.AboutActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class AboutActionListener
extends java.lang.Object
implements java.awt.event.ActionListener

Version:
$Revision: 1.3 $ $Date: 2004/06/29 20:33:01 $
Author:
Matthew L. Wilson

Constructor Summary
AboutActionListener(javax.swing.JFrame frame, java.lang.String title, java.lang.String aboutMsg, java.lang.String imageUri)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AboutActionListener

public AboutActionListener(javax.swing.JFrame frame,
                           java.lang.String title,
                           java.lang.String aboutMsg,
                           java.lang.String imageUri)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener
See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)


Copyright © 2003-2004 mlavilson. All Rights Reserved.