All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class utils.FrameCreator

java.lang.Object
   |
   +----utils.FrameCreator

public class FrameCreator
extends Object
implements WindowListener

Method Index

 o createFrame(String)
 o windowActivated(WindowEvent)
 o windowClosed(WindowEvent)
 o windowClosing(WindowEvent)
Catch our window being closed as a hint bail
 o windowDeactivated(WindowEvent)
 o windowDeiconified(WindowEvent)
 o windowIconified(WindowEvent)
 o windowOpened(WindowEvent)

Methods

 o createFrame
 public static Frame createFrame(String name)
 o windowClosing
 public void windowClosing(WindowEvent e)
Catch our window being closed as a hint bail

 o windowOpened
 public void windowOpened(WindowEvent e)
 o windowClosed
 public void windowClosed(WindowEvent e)
 o windowIconified
 public void windowIconified(WindowEvent e)
 o windowDeiconified
 public void windowDeiconified(WindowEvent e)
 o windowActivated
 public void windowActivated(WindowEvent e)
 o windowDeactivated
 public void windowDeactivated(WindowEvent e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index