On Wed, 6 Dec 2023 19:46:50 GMT, Jose Pereda <jper...@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

Reply via email to