So I have a bunch of JTables. Each JTable is inside a JScrollPane. I\'m then adding each of these JScrollPanes to a JPa
JTable
JScrollPane
JPa
You can use a BoxLayout. If you want the opposite: some table being fixed, you can wrap it with constraint Box.createRigidArea(new Dimension(100, 100)) .