I am adding (supposed to be) fixed JPanels to a Box and I want the Box, being the viewport of a JScrollPane, to use the scrollpane to allow the user to scroll down the list of JPanels. The problem I am having is, the Box is just downsizing the JPanels to all fit inside of it. And this is with the panels having set min/max sizes.
If you need a specific code example, let me know and I will try to pick one out from the code.