MCPcopy Create free account
hub / github.com/benfry/processing4 / windowClosing

Method windowClosing

app/src/processing/app/ui/FindReplace.java:192–194  ·  view source on GitHub ↗
(WindowEvent e)

Source from the content-addressed store, hash-verified

190 setDefaultCloseOperation(WindowConstants.DO_NOTHING_ON_CLOSE);
191 addWindowListener(new WindowAdapter() {
192 public void windowClosing(WindowEvent e) {
193 handleClose();
194 }
195 });
196 Toolkit.registerWindowCloseKeys(getRootPane(), actionEvent -> handleClose());
197 Toolkit.setIcon(this);

Callers

nothing calls this directly

Calls 1

handleCloseMethod · 0.95

Tested by

no test coverage detected