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

Andy Goryachev angorya at openjdk.org
Tue Oct 31 16:38:49 UTC 2023


On Tue, 31 Oct 2023 16:36:06 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 one additional commit since the last revision:
> 
>   Code optimize

🕶 looks good, thanks!

works as expected when FX side is set to INHERIT
works as expected when FX is forced to LTR/RTL

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

Marked as reviewed by angorya (Reviewer).

PR Review: https://git.openjdk.org/jfx/pull/1271#pullrequestreview-1706776312


More information about the openjfx-dev mailing list