RFR: 8317836: FX nodes embedded in JFXPanel need to track component orientation [v8]
Prasanta Sadhukhan
psadhukhan at openjdk.org
Tue Oct 31 16:13:59 UTC 2023
On Tue, 31 Oct 2023 15:54:00 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> What would the behavior of a JLabel in a JPanel be when the JFrame is set back to UNKNOWN?
It sets it back to LTR it is toggled from RIGHT_TO_LEFT to UNNOWN.
So, I updated PR to set JFXPanel to LTR for UNKNOWN..If set to INHERIT, then it renders the text in middle initially..
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1271#issuecomment-1787531979
More information about the openjfx-dev
mailing list