Expands the window to take up all of the space of the desktop except taskbars, docks, etc. On Windows title-bar, the single square icon [] has the same behaviour. On macOS title-bar, the yellow circle has the same behaviour. @return this
()
| 321 | * @return this |
| 322 | */ |
| 323 | public abstract Window maximize(); |
| 324 | |
| 325 | /** |
| 326 | * <p>Hides the window to the system taskbar or dock.</p> |
nothing calls this directly
no outgoing calls
no test coverage detected