On Mon, 22 Jul 2024 08:50:06 GMT, Tejesh R <[email protected]> wrote: > I hope Component Orientation should be applied recursively throughout its > children components. Here the Orientation applied to JSplitPane is not > set/applied to its left/right components, probably you may have to set them > explicitly in `JSplitPane.setComponentOrientation()` ?
I think splitpane is only about left/right component and the orientation is applied to them only ie left component will be placed right and viceversa for RTL orientation, the components internal orientation needs to be controlled by the component individually in this case as JSplitPane is only about spliiting 2 existing components ------------- PR Comment: https://git.openjdk.org/jdk/pull/20214#issuecomment-2242460211
