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

Method setOpacity

macos/java/WindowMac.java:183–186  ·  view source on GitHub ↗
(float opacity)

Source from the content-addressed store, hash-verified

181 }
182
183 @Override
184 public Window setOpacity(float opacity) {
185 throw new UnsupportedOperationException("impl me!");
186 }
187
188 @Override
189 public float getOpacity() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected