jade.gui
Class AboutJadeAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--jade.gui.AboutJadeAction

public class AboutJadeAction
extends javax.swing.AbstractAction

This class provide the About dialog for Jade.

Version:
$Date: 2002/12/13 13:04:26 $ $Revision: 2.4 $
Author:
Tiziana Trucco - CSELT S.p.A
See Also:
Serialized Form

Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Constructor Summary
AboutJadeAction(javax.swing.JFrame gui)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AboutJadeAction

public AboutJadeAction(javax.swing.JFrame gui)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Overrides:
actionPerformed in class javax.swing.AbstractAction