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

Method setTitle

shared/java/Window.java:193–194  ·  view source on GitHub ↗

Set window title. If window has decorations, the title will be displayed in the top bar. @param title window title string to set @return this

(@NotNull String title)

Source from the content-addressed store, hash-verified

191 * @return this
192 */
193 @NotNull @Contract("-> this")
194 public abstract Window setTitle(@NotNull String title);
195
196 /**
197 * <p>Set window icon from file on the disk.</p>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected