RFR: 8301302: Platform preferences API [v46]
Michael Strauß
mstrauss at openjdk.org
Thu Dec 7 17:21:17 UTC 2023
On Thu, 7 Dec 2023 15:43:48 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> modules/javafx.graphics/src/main/java/javafx/application/ColorScheme.java line 35:
>>
>>> 33: * @since 22
>>> 34: */
>>> 35: public enum ColorScheme {
>>
>> Can there be future additions to this enum, or is its purpose to be limited to the current choices?
>
> I suspect this is limited to the current choices, but it's a good question.
I think this will always be limited to these two choices.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1014#discussion_r1419311825
More information about the openjfx-dev
mailing list