RFR: 8345348: CSS media feature queries [v23]

Michael Strauß mstrauss at openjdk.org
Wed May 7 09:31:28 UTC 2025


On Tue, 6 May 2025 14:55:53 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

>> Michael Strauß has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   improve synchronization in PreferenceProperties
>
> modules/javafx.graphics/src/main/java/com/sun/javafx/application/preferences/PreferenceProperties.java line 258:
> 
>> 256:         }
>> 257: 
>> 258:         // This method must only be called on the FX application thread.
> 
> add `Toolkit.getToolkit().checkFxUserThread();` then?

The `Toolkit.getToolkit().checkFxUserThread()` check is in the calling method.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1655#discussion_r2077222882


More information about the openjfx-dev mailing list