MCPcopy Create free account
hub / github.com/HumbleUI/JWM / setFullScreen

Method setFullScreen

windows/java/WindowWin32.java:153–156  ·  view source on GitHub ↗
(boolean value)

Source from the content-addressed store, hash-verified

151 }
152
153 @Override
154 public Window setFullScreen(boolean value) {
155 throw new UnsupportedOperationException("impl me!");
156 }
157
158 @Override
159 public boolean isFullScreen() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected