Class closeableframe

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----closeableframe

class closeableframe
extends Frame
implements ActionListener
closeableframe implements a pop-up window for displaying information the window closes with either a close window button or the close window x box at upper right hand corner.


Variable Index

 o Debug

Constructor Index

 o closeableframe(String)

Method Index

 o actionPerformed(ActionEvent)
this function closes the popup window from the "close window" push button
 o processWindowEvent(WindowEvent)
this function shuts down the popup window from the window close X

Variables

 o Debug
 boolean Debug

Constructors

 o closeableframe
 public closeableframe(String title)

Methods

 o processWindowEvent
 public void processWindowEvent(WindowEvent event)
this function shuts down the popup window from the window close X

Overrides:
processWindowEvent in class Window
 o actionPerformed
 public void actionPerformed(ActionEvent ae)
this function closes the popup window from the "close window" push button