blob: ca23296ecda5e59e27c4a7ddae82675c71d7ebcb [file] [log] [blame]
/**
* This hook is called if the window's close button was pressed, the close menu was selected,
* or the ESCAPE key pressed.
* The default implementation calls <code>close()</code>.
*/
public void closeBoxPressed()
{
close();
}