RFR: 8356594: JSplitPane loses divider location when reopened via JOptionPane.createDialog() [v4]
Prasanta Sadhukhan
psadhukhan at openjdk.org
Sat May 31 04:18:01 UTC 2025
On Wed, 28 May 2025 03:21:08 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:
>> But we can read/save orientation, then call super, then make a check?
>> I am not sure how important to always call super.setComponentOrientation(orientation);
>> can we miss some notification fired from that method?
>
> OK. Current orientation is stored and then checked and super.setComponentOrientation is called before check.
> I guess that method fires PropertyChangeEvent for orientation set and now it will be fired always like before..
I guess all concerns are addressed..If there is no proven concern on this, I would integrate this.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/25294#discussion_r2117210553
More information about the client-libs-dev
mailing list