I have a new form with a JTable in it. (wrapped in a JScrollPane of course)
The table has a simple data model with a fixed number of rows and columns.
All of this is placed in a GridBagLayout. (No Fill)
The problem is that when it’s displayed, the Scroll Pane is twice as tall as the Table, so there is this big blank area under the table. looks really stupid, and wastes a LOT of screen space.
Any suggestions on what settings I need to check to get rid of this?