RFR: 8091673: Public focus traversal API for use in custom controls [v2]
Andy Goryachev
angorya at openjdk.org
Mon Oct 28 15:50:47 UTC 2024
On Sat, 26 Oct 2024 14:34:38 GMT, Nir Lisker <nlisker at openjdk.org> wrote:
>> Plain `requestFocus` can also work as it can be overloaded with the direction parameter.
>
> I like the overloaded `requestFocus` idea as well.
I really dislike overloading in this case - the semantics of these two methods is totally different: one moves the focus to the node, one moves the focus somewhere else.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1604#discussion_r1819310802
More information about the openjfx-dev
mailing list