Make the tab panel grow.

This commit is contained in:
kruland2607 2012-10-18 15:25:46 -05:00
parent 0e126b1b5f
commit 4f25b9317a

View File

@ -102,7 +102,7 @@ public class FlightConfigurationDialog extends JDialog {
//// Tabs for advanced view.
JTabbedPane tabs = new JTabbedPane();
panel.add( tabs, "spanx, w 700lp, h 500lp, wrap");
panel.add( tabs, "grow, spanx, w 700lp, h 500lp, wrap");
//// Motor tabs
motorConfigurationPanel = new MotorConfigurationPanel(this,rocket);