On Sat, 26 Oct 2024 14:34:38 GMT, Nir Lisker <nlis...@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

Reply via email to