MCPcopy Index your code
hub / github.com/processing/processing / actionPerformed

Method actionPerformed

app/src/processing/app/ui/WebFrame.java:82–85  ·  view source on GitHub ↗
(ActionEvent e)

Source from the content-addressed store, hash-verified

80
81 Toolkit.registerWindowCloseKeys(getRootPane(), new ActionListener() {
82 @Override
83 public void actionPerformed(ActionEvent e) {
84 handleClose();
85 }
86 });
87 Toolkit.setIcon(this);
88

Callers

nothing calls this directly

Calls 1

handleCloseMethod · 0.95

Tested by

no test coverage detected