I have a JPanel with a vertical BoxLayout on top of a JPanel with a null layout.
I would like the JPanel with the BoxLayout to grow as the components are being added
Maybe it's because you haven't setSize for box JPanel.