Make the tab panel grow.
This commit is contained in:
parent
0e126b1b5f
commit
4f25b9317a
@ -102,7 +102,7 @@ public class FlightConfigurationDialog extends JDialog {
|
|||||||
|
|
||||||
//// Tabs for advanced view.
|
//// Tabs for advanced view.
|
||||||
JTabbedPane tabs = new JTabbedPane();
|
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
|
//// Motor tabs
|
||||||
motorConfigurationPanel = new MotorConfigurationPanel(this,rocket);
|
motorConfigurationPanel = new MotorConfigurationPanel(this,rocket);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user