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

Method setIcon

shared/java/Window.java:204–205  ·  view source on GitHub ↗

Set window icon from file on the disk. Icon displayed in the top-bar and menu on Linux and Windows. @param icon icon file on the disk @return this

(File icon)

Source from the content-addressed store, hash-verified

202 * @return this
203 */
204 @NotNull @Contract("-> this")
205 public abstract Window setIcon(File icon);
206
207 /**
208 * <p>Completely removes the titlebar from the window including buttons and title.</p>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected