RFR: 8091673: Public focus traversal API for use in custom controls [v7]

Andy Goryachev angorya at openjdk.org
Wed Oct 30 21:10:36 UTC 2024


On Wed, 30 Oct 2024 20:23:19 GMT, Michael Strauß <mstrauss at openjdk.org> wrote:

>> Andy Goryachev has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   review comments
>
> modules/javafx.graphics/src/main/java/javafx/scene/Node.java line 10447:
> 
>> 10445:      * <p>
>> 10446:      * This method is expected to be called in response to a {@code KeyEvent}, since the {@code Node}
>> 10447:      * receiving focus will have {@link #focusVisibleProperty() focusVisible} property set.
> 
> I think there should be the definite article "the" in front of `{@link #focusVisibleProperty() focusVisible}`.

you are right.  fixed.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1604#discussion_r1823379616


More information about the openjfx-dev mailing list