As a developer, I would expect that FX Nodes embedded in a Swing JFXPanel should track the component orientation (both initial and also the runtime changes).
Instead, the FX nodes remain unaffected when component orientation changes.
To reproduce, run this code and click on 'RTL (JFrame.componentOrientation) checkbox.
This issue might be related to JDK-8317835
Instead, the FX nodes remain unaffected when component orientation changes.
To reproduce, run this code and click on 'RTL (JFrame.componentOrientation) checkbox.
This issue might be related to JDK-8317835
- relates to
-
JDK-8317835 Swing components embedded in FX SwingNode need to track node orientation
- Open
-
JDK-8318624 API docs specify incorrect default value for nodeOrientation property
- Resolved