What is the point of the setMinimumSize and setMaximumSize methods for Swing Components? When I use them for a Swing Component in a Box and then call pack, it ignores their values.
Is there some LayoutManager that actually takes these values into account and works in a sensible way?