(JDK-8365886) JSplitPane loses track of the left component when the component orientation is changed
Chen Liang
chen.l.liang at oracle.com
Thu Aug 28 04:10:47 UTC 2025
Hello Alan, I don't think core-libs-dev is the right list. You probably intend this mail for client-libs-dev instead.
________________________________
From: core-libs-dev <core-libs-dev-retn at openjdk.org> on behalf of Alan Snyder <javalists at cbfiddle.com>
Sent: Wednesday, August 27, 2025 8:09 PM
To: core-libs-dev at openjdk.org <core-libs-dev at openjdk.org>
Subject: (JDK-8365886) JSplitPane loses track of the left component when the component orientation is changed
> firePropertyChange(ORIENTATION_PROPERTY, curOrn, orientation);
This change is simply wrong. ORIENTATION_PROPERTY refers to horizontal or vertical.
Is there some reason why you don’t want to call
layoutManager.updateComponents();
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/core-libs-dev/attachments/20250828/126a63e8/attachment.htm>
More information about the core-libs-dev
mailing list