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

Method windowClosing

app/src/processing/app/ui/ColorChooser.java:105–107  ·  view source on GitHub ↗
(WindowEvent e)

Source from the content-addressed store, hash-verified

103 window.setDefaultCloseOperation(WindowConstants.DO_NOTHING_ON_CLOSE);
104 window.addWindowListener(new WindowAdapter() {
105 public void windowClosing(WindowEvent e) {
106 hide();
107 }
108 });
109 Toolkit.registerWindowCloseKeys(window.getRootPane(), actionEvent -> hide());
110 Toolkit.setIcon(window);

Callers

nothing calls this directly

Calls 1

hideMethod · 0.95

Tested by

no test coverage detected