public class WindowInput
extends java.awt.event.WindowAdapter
| Modifier and Type | Field and Description |
|---|---|
boolean |
windowClosed
Variable to indicate if the window is closed
|
| Constructor and Description |
|---|
WindowInput()
Constructor to initilize the class
|
| Modifier and Type | Method and Description |
|---|---|
void |
windowClosed(java.awt.event.WindowEvent e)
Mark the window as closed
|