blob: 44974cfc2a0b0d92455bc54925935b5e4158ae89 [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();
}