RFR: 8301302: Platform preferences API [v10]
Michael Strauß
mstrauss at openjdk.org
Wed Sep 6 19:22:14 UTC 2023
On Wed, 6 Sep 2023 19:07:19 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> One more question: are there currently any OS version specific differences in the Preferences keys? Like going from Win10 to Win11, or from macOS 12.* to 13.* ?
All of the `Windows.UIColor.*` mappings are available starting with Windows 10 build 10240.
There are some `macOS.NSColor.*` mappings that are only available starting with macOS 10.14, but as far as I know JavaFX requires macOS 11.0, so there would be no difference in practice.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1014#issuecomment-1708954773
More information about the openjfx-dev
mailing list