RFR: 8090522: Allow support for disabling stage iconification (minimization)

Paweł Kruszczyński duke at openjdk.java.net
Thu May 19 12:50:29 UTC 2022


`Stage` minimalizing (iconified state) cannot be disabled for the user. The same for `Stage` closable state.
PR adds these features without breaking backward compatibility.

-------------

Commit messages:
 - 8090522: Allow support for disabling stage iconification (minimization)

Changes: https://git.openjdk.java.net/jfx/pull/798/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jfx&pr=798&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8090522
  Stats: 199 lines in 5 files changed: 198 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jfx/pull/798.diff
  Fetch: git fetch https://git.openjdk.java.net/jfx pull/798/head:pull/798

PR: https://git.openjdk.java.net/jfx/pull/798


More information about the openjfx-dev mailing list