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

Method setTitlebarVisible

shared/java/Window.java:215–216  ·  view source on GitHub ↗

Completely removes the titlebar from the window including buttons and title. See platform windows for platform specific configuration. @param isVisible visibility flag value @return this

(boolean isVisible)

Source from the content-addressed store, hash-verified

213 * @return this
214 */
215 @NotNull @Contract("-> this")
216 public abstract Window setTitlebarVisible(boolean isVisible);
217
218 /**
219 * <p>Set system mouse cursor, displayed on the window.</p>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected