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

Method requestFrame

windows/java/WindowWin32.java:124–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122 }
123
124 @Override
125 public void requestFrame() {
126 if (!isClosed()) {
127 App.runOnUIThread(() -> {
128 if (!isClosed()) {
129 _nRequestFrame();
130 }
131 });
132 }
133 }
134
135 public Window maximize() {
136 assert _onUIThread() : "Should be run on UI thread";

Callers

nothing calls this directly

Calls 3

runOnUIThreadMethod · 0.95
_nRequestFrameMethod · 0.95
isClosedMethod · 0.80

Tested by

no test coverage detected