databionics.esom.util.actions
Class ShowAboutAction

java.lang.Object
  extended by databionics.esom.util.actions.ShowAboutAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

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

Creates a window with the about information


Field Summary
protected static org.apache.log4j.Logger log
          log4j logging
 
Constructor Summary
ShowAboutAction()
          Default Constructor
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          This method is called, when showAbout is called in MainMenu Opens a window for about information
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final org.apache.log4j.Logger log
log4j logging

Constructor Detail

ShowAboutAction

public ShowAboutAction()
Default Constructor

Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
This method is called, when showAbout is called in MainMenu Opens a window for about information

Specified by:
actionPerformed in interface java.awt.event.ActionListener


Copyright © 2005-2006 Databionics Research Group. All Rights Reserved.