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

Method requestFrame

macos/java/WindowMac.java:199–208  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

197 }
198
199 @Override
200 public void requestFrame() {
201 if (!isClosed()) {
202 App.runOnUIThread(() -> {
203 if (!isClosed()) {
204 _nRequestFrame();
205 }
206 });
207 }
208 }
209
210 @Override
211 public Window maximize() {

Callers

nothing calls this directly

Calls 3

runOnUIThreadMethod · 0.95
_nRequestFrameMethod · 0.95
isClosedMethod · 0.80

Tested by

no test coverage detected