On Tue, 31 Oct 2023 16:08:32 GMT, Kevin Rushforth <k...@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