RFR: 8317836: FX nodes embedded in JFXPanel need to track component orientation [v8]
Andy Goryachev
angorya at openjdk.org
Tue Oct 31 15:59:45 UTC 2023
On Tue, 31 Oct 2023 15:47:37 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
> What would the behavior of a JLabel in a JPanel be when the JFrame is set back to UNKNOWN? I would expect a Scene in a JFXPanel to work the same way.
exactly my point! the orientation of JComboBoxes in the toolbar in the monkey tester switches to LTR per the spec (UNKNOWN == LTR).
(Please update the MT, I changed it so the choice correctly reflects the constant being set)
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1271#issuecomment-1787502443
More information about the openjfx-dev
mailing list