Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/JWM
/ close
Method
close
linux/java/WindowX11.java:169–174 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
167
}
168
169
@Override
170
public
void
close() {
171
assert _onUIThread() && !isClosed();
172
_nClose();
173
super.close();
174
}
175
176
@Override
177
public
Window maximize() {
Callers
nothing calls this directly
Calls
4
_nClose
Method · 0.95
isClosed
Method · 0.80
close
Method · 0.65
_onUIThread
Method · 0.45
Tested by
no test coverage detected