MCPcopy Index your code
hub / github.com/arduino/Arduino / windowClosing

Method windowClosing

app/src/processing/app/Editor.java:253–255  ·  view source on GitHub ↗
(WindowEvent e)

Source from the content-addressed store, hash-verified

251 // add listener to handle window close box hit event
252 addWindowListener(new WindowAdapter() {
253 public void windowClosing(WindowEvent e) {
254 base.handleClose(Editor.this);
255 }
256 });
257 // don't close the window when clicked, the app will take care
258 // of that via the handleQuitInternal() methods

Callers

nothing calls this directly

Calls 1

handleCloseMethod · 0.80

Tested by

no test coverage detected