blob: 8076e419f70b860683a9aa3c4de7fcad5e4cfc90 [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();
}