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

Method setTrafficLightPosition

macos/java/WindowMac.java:145–150  ·  view source on GitHub ↗
(int left, int top)

Source from the content-addressed store, hash-verified

143 }
144
145 @NotNull @Contract("_, _ -> this")
146 public WindowMac setTrafficLightPosition(int left, int top) {
147 assert _onUIThread() : "Should be run on UI thread";
148 _nSetTrafficLightPosition(left, top);
149 return this;
150 }
151
152 @NotNull @Contract("_ -> this")
153 public WindowMac setTrafficLightsVisible(boolean isVisible) {

Callers 1

setTitleStyleMethod · 0.80

Calls 2

_onUIThreadMethod · 0.45

Tested by

no test coverage detected