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

Method requestFrame

linux/java/WindowX11.java:158–167  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

156 }
157
158 @Override
159 public void requestFrame() {
160 if (!isClosed()) {
161 App.runOnUIThread(() -> {
162 if (!isClosed()) {
163 _nRequestFrame();
164 }
165 });
166 }
167 }
168
169 @Override
170 public void close() {

Callers

nothing calls this directly

Calls 3

runOnUIThreadMethod · 0.95
_nRequestFrameMethod · 0.95
isClosedMethod · 0.80

Tested by

no test coverage detected