Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/JWM
/ isFullScreen
Method
isFullScreen
windows/java/WindowWin32.java:158–161 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
156
}
157
158
@Override
159
public
boolean isFullScreen() {
160
throw
new
UnsupportedOperationException(
"impl me!"
);
161
}
162
163
@Override
164
public
Window focus() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected