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

Method _nSetFullSizeContentView

macos/java/WindowMac.java:344–344  ·  view source on GitHub ↗
(boolean value)

Source from the content-addressed store, hash-verified

342 @ApiStatus.Internal public native void _nSetRepresentedFilename(String filename);
343 @ApiStatus.Internal public native void _nSetIcon(String path);
344 @ApiStatus.Internal public native void _nSetFullSizeContentView(boolean value);
345 @ApiStatus.Internal public native void _nSetTitlebarStyle(int titlebarStyle);
346 @ApiStatus.Internal public native void _nSetTrafficLightPosition(int left, int top);
347 @ApiStatus.Internal public native void _nSetTrafficLightsVisible(boolean value);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected