Changing the x-position of a GroupBox when it is minimized.

Some of the graphs we’ve added to the lower portion of some screens have been determined non-vital, but still useful.
I’ve put some of the graphs inside a GroupBox that can be minimized, but I’m not finding a way to change the GroupBox’s x-position so the table can claim the real-estate at the bottom of the screen while the GroupBox is minimized. I’m using tableName.setHeight() to resize the table, but the minimized GroupBox still covers it up.
How can I functionally allow the table to expand when the group box is minimized and vica versa?

lowerGroupBoxDifficulty

Solved. The GroupBox needed to be pulled outside of the Grid.