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
-
CloseableFrame(String, Component)
-
-
actionPerformed(ActionEvent)
-
-
getGui()
-
-
processWindowEvent(WindowEvent)
-
CloseableFrame
public CloseableFrame(String title,
Component c)
processWindowEvent
public void processWindowEvent(WindowEvent event)
- Overrides:
- processWindowEvent in class Window
actionPerformed
public void actionPerformed(ActionEvent event)
getGui
public Gui getGui()
All Packages Class Hierarchy This Package Previous Next Index