All Packages Class Hierarchy This Package Previous Next Index
Class utils.FrameCreator
java.lang.Object
|
+----utils.FrameCreator
- public class FrameCreator
- extends Object
- implements WindowListener
-
createFrame(String)
-
-
windowActivated(WindowEvent)
-
-
windowClosed(WindowEvent)
-
-
windowClosing(WindowEvent)
- Catch our window being closed as a hint bail
-
windowDeactivated(WindowEvent)
-
-
windowDeiconified(WindowEvent)
-
-
windowIconified(WindowEvent)
-
-
windowOpened(WindowEvent)
-
createFrame
public static Frame createFrame(String name)
windowClosing
public void windowClosing(WindowEvent e)
- Catch our window being closed as a hint bail
windowOpened
public void windowOpened(WindowEvent e)
windowClosed
public void windowClosed(WindowEvent e)
windowIconified
public void windowIconified(WindowEvent e)
windowDeiconified
public void windowDeiconified(WindowEvent e)
windowActivated
public void windowActivated(WindowEvent e)
windowDeactivated
public void windowDeactivated(WindowEvent e)
All Packages Class Hierarchy This Package Previous Next Index