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

Method getScreens

shared/java/App.java:90–93  ·  view source on GitHub ↗

Get desktop environment screens configurations. Note: must be called only after or inside #start(Runnable) successful method call. @return list of desktop screens

()

Source from the content-addressed store, hash-verified

88 * @return list of desktop screens
89 */
90 public static Screen[] getScreens() {
91 assert _onUIThread() : "Should be run on UI thread";
92 return _nGetScreens();
93 }
94
95 /**
96 * <p>Get desktop environment primary screen info.</p>

Callers 7

getPrimaryScreenMethod · 0.95
acceptMethod · 0.95
paintImplMethod · 0.95
ExampleMethod · 0.95
WindowX11.ccFile · 0.80

Calls 2

_onUIThreadMethod · 0.95
_nGetScreensMethod · 0.95

Tested by

no test coverage detected