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