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 <[email protected]> on behalf of Alan Snyder <[email protected]> Sent: Wednesday, August 27, 2025 8:09 PM To: [email protected] <[email protected]> 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();
