RFR: 4265389: JSplitPane does not support ComponentOrientation [v6]

Prasanta Sadhukhan psadhukhan at openjdk.org
Mon Jul 22 09:09:32 UTC 2024


On Mon, 22 Jul 2024 08:50:06 GMT, Tejesh R <tr at openjdk.org> 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


More information about the client-libs-dev mailing list