Methods
| Name | Description | 
|---|---|
| windowActivated(WindowEvent) | Invoked when a window is activated. | 
| windowClosed(WindowEvent) | Invoked when a window has been closed. | 
| windowClosing(WindowEvent) | Invoked when a window is in the process of being closed. | 
| windowDeactivated(WindowEvent) | Invoked when a window is de-activated. | 
| windowDeiconified(WindowEvent) | Invoked when a window is de-iconified. | 
| windowIconified(WindowEvent) | Invoked when a window is iconified. | 
| windowOpened(WindowEvent) | Invoked when a window has been opened. |