Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Neop/mudmap2
/ windowClosing
Method
windowClosing
src/main/java/mudmap2/frontend/Mainwindow.java:135–138 ·
view source on GitHub ↗
(final WindowEvent arg0)
Source
from the content-addressed store, hash-verified
133
setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
134
addWindowListener(
new
WindowAdapter() {
135
@Override
136
public
void
windowClosing(
final
WindowEvent arg0) {
137
quit();
138
}
139
});
140
141
initGui();
Callers
nothing calls this directly
Calls
1
quit
Method · 0.95
Tested by
no test coverage detected