RFR: 8301302: Platform preferences API [v42]

Michael Strauß mstrauss at openjdk.org
Thu Dec 7 01:05:47 UTC 2023


On Wed, 6 Dec 2023 19:46:50 GMT, Jose Pereda <jpereda at openjdk.org> wrote:

> Note I get the preference `Windows.SPI.HighContrastOn`, which is not listed in the javadoc of `javafx.application.Platform.Preferences`, but I don't get these two preferences which are listed:
> 
> ```
> Windows.SPI.HighContrast
> Windows.SPI.HighContrastColorScheme
> ```

The javadoc for `Platform.Preferences` indeed says `Windows.SPI.HighContrast`, while the implementation says `Windows.SPI.HighContrastOn`. I've changed the implementation to match the spec.

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

PR Comment: https://git.openjdk.org/jfx/pull/1014#issuecomment-1843963386


More information about the openjfx-dev mailing list