.. | .. |
---|
1040 | 1040 | */ |
---|
1041 | 1041 | cGridBag copyOptionsPanel = new cGridBag(); |
---|
1042 | 1042 | |
---|
1043 | | - copyOptionsPanel.preferredHeight = 2; |
---|
| 1043 | + copyOptionsPanel.preferredHeight = 3; |
---|
1044 | 1044 | |
---|
1045 | 1045 | //this.AddOptions(oe.toolbarPanel, oe.aConstraints); |
---|
1046 | 1046 | |
---|
.. | .. |
---|
1259 | 1259 | |
---|
1260 | 1260 | CreateTexturePanel(textures); |
---|
1261 | 1261 | |
---|
| 1262 | + resourcecontainer.setSelectedIndex((int)(Math.random() * resourcecontainer.getTabCount())); |
---|
| 1263 | + |
---|
1262 | 1264 | oe.toolboxPanel.add(textures); |
---|
1263 | 1265 | |
---|
1264 | 1266 | textures.preferredHeight = 100; |
---|
.. | .. |
---|
1321 | 1323 | oe.treePanel.Return(); |
---|
1322 | 1324 | cGridBag sliderPane = AddSlider(oe.treePanel, "Version", 0, 0, 0); |
---|
1323 | 1325 | versionSlider = (cNumberSlider)sliderPane.getComponent(1); |
---|
1324 | | - sliderPane.preferredHeight = 1; |
---|
| 1326 | + sliderPane.preferredHeight = 2; |
---|
1325 | 1327 | |
---|
1326 | 1328 | // mainPanel.setDividerLocation(0.1); //1.0); |
---|
1327 | 1329 | mainPanel.setResizeWeight(0.4); |
---|