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.
-
Debug
-
-
closeableframe(String)
-
-
actionPerformed(ActionEvent)
- this function closes the popup window from the "close window" push button
-
processWindowEvent(WindowEvent)
- this function shuts down the popup window from the window close X
Debug
boolean Debug
closeableframe
public closeableframe(String title)
processWindowEvent
public void processWindowEvent(WindowEvent event)
- this function shuts down the popup window from the window close X
- Overrides:
- processWindowEvent in class Window
actionPerformed
public void actionPerformed(ActionEvent ae)
- this function closes the popup window from the "close window" push button