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

Method setSubtitle

macos/java/WindowMac.java:85–90  ·  view source on GitHub ↗
(@NotNull String title)

Source from the content-addressed store, hash-verified

83 }
84
85 @NotNull @Contract("-> this")
86 public Window setSubtitle(@NotNull String title) {
87 assert _onUIThread() : "Should be run on UI thread";
88 _nSetSubtitle(title);
89 return this;
90 }
91
92 /**
93 * <p>Adds the system icon for the specified file next to the window title (and allows viewing the parent directories).</p>

Callers 1

ExampleMethod · 0.80

Calls 2

_nSetSubtitleMethod · 0.95
_onUIThreadMethod · 0.45

Tested by

no test coverage detected