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

Prasanta Sadhukhan psadhukhan at openjdk.org
Fri Jul 19 10:14:37 UTC 2024


On Fri, 19 Jul 2024 10:04:07 GMT, Tejesh R <tr at openjdk.org> wrote:

> > > True, operations should be performed based on appearance.
> > 
> > 
> > Sorry, not understanding your concern
> 
> My concern is it ok to apply componentOrientation to split pane when there are two specific components with operations like getters and setters for left and right components? Documentation says right/left component w.r.t divider though, so I guess the fix should be fine logically.

I think I already mentioned what is on the left, the getter/setters get/setLeftComponent should get that irrespective of if the orientation is RTL or LTR....

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

PR Comment: https://git.openjdk.org/jdk/pull/20214#issuecomment-2238830219


More information about the client-libs-dev mailing list