> On Apr 20, 2025, at 1:24 AM, Jeremy Wood <d...@openjdk.org> wrote: > > Our work-around was more complex than this PR: we wrote a modified > BorderLayout that would switch to using `component.getMinimumSize()` when the > preferred size wouldn't fit. IMO that is a better option all-around, but it > is dangerously invasive for an OpenJDK proposal.
But it would not be dangerous as a new Layout Manager, would it? Or it could go in a third party library.