RFR: 8267546: Add CSS themes as a first-class concept [v2]
Michael Strauß
mstrauss at openjdk.org
Fri Nov 11 01:04:46 UTC 2022
On Thu, 10 Nov 2022 23:04:41 GMT, John Hendrikx <jhendrikx at openjdk.org> wrote:
>> Michael Strauß has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Update PlatformPreferences when dark mode is enabled
>
> modules/javafx.controls/src/main/java/javafx/scene/control/theme/StylesheetList.java line 52:
>
>> 50: values = new ArrayList<>(initialCapacity);
>> 51: }
>> 52:
>
> This looks unused and rather unnecessary.
That's correct.
-------------
PR: https://git.openjdk.org/jfx/pull/511
More information about the openjfx-dev
mailing list