CenterRegionContainerPane管理的區域就是上圖的區域。
1 他的構造函數
public CenterRegionContainerPane() {
this.toolbarPane.setLayout(FRGUIPaneFactory.createBorderLayout());
this.eastPane = FRGUIPaneFactory.createBorderLayout_S_Pane();
this.eastPane.add(this.largeToolbar = this.getToolBarMenuDock().createLargeToolbar(), "West");
this.eastCenterPane = FRGUIPaneFactory.createBorderLayout_S_Pane();
this.combineUpTooBar();
this.eastCenterPane.add(this.combineUp, "North");
this.templateTabPane = FRGUIPaneFactory.createBorderLayout_S_Pane();
this.templateTabPane.add(this.newWorkBookPane = this.getToolBarMenuDock().getNewTem