All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class edsac.gui.CloseableFrame

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----edsac.gui.CloseableFrame

public class CloseableFrame
extends Frame
implements ActionListener
A frame that has the close button enabled


Constructor Index

 o CloseableFrame(String, Component)

Method Index

 o actionPerformed(ActionEvent)
 o getGui()
 o processWindowEvent(WindowEvent)

Constructors

 o CloseableFrame
 public CloseableFrame(String title,
                       Component c)

Methods

 o processWindowEvent
 public void processWindowEvent(WindowEvent event)
Overrides:
processWindowEvent in class Window
 o actionPerformed
 public void actionPerformed(ActionEvent event)
 o getGui
 public Gui getGui()

All Packages  Class Hierarchy  This Package  Previous  Next  Index