RFR: 8351067: doc: Clarify Platform::accessibilityActive threading use
Kevin Rushforth
kcr at openjdk.org
Tue Mar 4 20:48:56 UTC 2025
On Tue, 4 Mar 2025 19:00:06 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> Changed the spec to require access only from the FX application thread.
One wording suggestion, but otherwise looks fine.
modules/javafx.graphics/src/main/java/javafx/application/Platform.java line 425:
> 423: * information about any JavaFX window or its children.
> 424: * <p>
> 425: * This property can be accessed only from the FX application thread.
"FX application thread" --> "JavaFX Application Thread"
-------------
PR Review: https://git.openjdk.org/jfx/pull/1728#pullrequestreview-2658945736
PR Review Comment: https://git.openjdk.org/jfx/pull/1728#discussion_r1980202460
More information about the openjfx-dev
mailing list