java.lang.Object | +----java.awt.event.WindowAdapter
The adapter which receives window events. The methods in this class are empty; this class is provided as a convenience for easily creating listeners by extending this class and overriding only the methods of interest.
public WindowAdapter()
public void windowOpened(WindowEvent e)windowClosing
public void windowClosing(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)