RFR: 8317836: FX nodes embedded in JFXPanel need to track component orientation [v8]
Kevin Rushforth
kcr at openjdk.org
Tue Oct 31 15:50:49 UTC 2023
On Mon, 30 Oct 2023 14:00:56 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:
>> FX Nodes embedded in a Swing JFXPanel does not track the component orientation and FX nodes remain unaffected when component orientation changes.
>> Fix made sure JavaFX scene embedded in a JFXPanel should inherit the value from the JFXPanel.
>
> Prasanta Sadhukhan has updated the pull request incrementally with two additional commits since the last revision:
>
> - jcheck
> - Init orientation
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.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1271#issuecomment-1787490268
More information about the openjfx-dev
mailing list