Completely removes the titlebar from the window including buttons and title. See platform windows for platform specific configuration. @param isVisible visibility flag value @return this
(boolean isVisible)
| 213 | * @return this |
| 214 | */ |
| 215 | @NotNull @Contract("-> this") |
| 216 | public abstract Window setTitlebarVisible(boolean isVisible); |
| 217 | |
| 218 | /** |
| 219 | * <p>Set system mouse cursor, displayed on the window.</p> |
nothing calls this directly
no outgoing calls
no test coverage detected