Hides the window to the system taskbar or dock. On Windows title-bar, the underline icon _ has the same behaviour. On macOS title-bar, the green circle has the same behaviour. @return this
()
| 331 | * @return this |
| 332 | */ |
| 333 | public abstract Window minimize(); |
| 334 | |
| 335 | /** |
| 336 | * <p>Cancels the effect of {@link #minimize()} and {@link #maximize()} functions.</p> |
nothing calls this directly
no outgoing calls
no test coverage detected