RFR: 8317836: FX nodes embedded in JFXPanel need to track component orientation [v8]

Andy Goryachev angorya at openjdk.org
Tue Oct 31 16:14:00 UTC 2023


On Tue, 31 Oct 2023 16:08:32 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

> For the _effective_ NodeOrientation attribution in the embedded window, there's no such thing as INHERIT. It's either LTR (default) or RTL.

Correct.  The initial value for node orientation property is INHERIT which generates effective orientation LTR.  So UNKNOWN on JFrame should reset the value to INHERIT, making the UI turn LTR methinks.

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

PR Comment: https://git.openjdk.org/jfx/pull/1271#issuecomment-1787536072


More information about the openjfx-dev mailing list