RFR: 8090456: Focus Management [v8]

Andy Goryachev angorya at openjdk.org
Wed Oct 9 20:40:16 UTC 2024


On Wed, 9 Oct 2024 20:16:58 GMT, Nir Lisker <nlisker at openjdk.org> wrote:

> Adding an external class makes it more difficult to do focus management.

How so?

There are two parts to the focus management: focus traversal which effects the focusOwner change, and traversal policy that allows for custom logic.

The third part (the "focus manager") is built-in and not a subject to customization.

What exactly do you mean by the focus management?  What specific task is impossible using the proposed API?

(I am trying to understand the reasoning behind your objection)

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

PR Comment: https://git.openjdk.org/jfx/pull/1555#issuecomment-2403384917


More information about the openjfx-dev mailing list