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)
| 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> |
nothing calls this directly
no outgoing calls
no test coverage detected