Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/arduino/Arduino
/ windowClosing
Method
windowClosing
app/src/processing/app/AbstractMonitor.java:31–39 ·
view source on GitHub ↗
(WindowEvent event)
Source
from the content-addressed store, hash-verified
29
30
addWindowListener(
new
WindowAdapter() {
31
@Override
32
public
void
windowClosing(WindowEvent event) {
33
try {
34
closed = true;
35
close();
36
} catch (Exception e) {
37
// ignore
38
}
39
}
40
});
41
42
// obvious, no?
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected