Class ADruidInfo

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----com.sun.java.swing.JFrame
                                           |
                                           +----ADruidInfo

public class ADruidInfo
extends JFrame
implements ActionListener
This class is the Frame shown when the user clicks on the "about" menu item

Author:
Patrice Bensoussan, Thierry Bensoussan

Constructor Index

 o ADruidInfo()
Default constructor of the frame

Method Index

 o actionPerformed(ActionEvent)
[ ActionListener interface ]

Constructors

 o ADruidInfo
 public ADruidInfo()
Default constructor of the frame

Methods

 o actionPerformed
 public void actionPerformed(ActionEvent e)
[ ActionListener interface ]