public void windowClosing(WindowEvent e) { if (e.getSource() == this) { close(); if (Recorder.record) Recorder.record("run", "Close"); } }
public void close() { super.close(); instance = null; location = getLocation(); }