|
|
@ -83,7 +83,8 @@ public class CellExpandAttrPane extends AbstractCellAttrPane { |
|
|
|
seniorPane = new JPanel(); |
|
|
|
seniorPane = new JPanel(); |
|
|
|
basicPane = new UIExpandablePane(Toolkit.i18nText("Fine-Design_Report_Basic"), 223, 24, basicPane()); |
|
|
|
basicPane = new UIExpandablePane(Toolkit.i18nText("Fine-Design_Report_Basic"), 223, 24, basicPane()); |
|
|
|
seniorPane = new UIExpandablePane(Toolkit.i18nText("Fine-Design_Report_Advanced"), 223, 24, seniorPane()); |
|
|
|
seniorPane = new UIExpandablePane(Toolkit.i18nText("Fine-Design_Report_Advanced"), 223, 24, seniorPane()); |
|
|
|
JPanel sortUIExpandablePane = new UIExpandablePane("扩展后排序", 223, 24, cellExpandSortPane = new CellExpandSortPane(this)); |
|
|
|
JPanel sortUIExpandablePane = new UIExpandablePane(Toolkit.i18nText("Fine-Design_Report_Expend_Sort"), |
|
|
|
|
|
|
|
223, 24, cellExpandSortPane = new CellExpandSortPane(this)); |
|
|
|
layoutPane.add(basicPane, BorderLayout.NORTH); |
|
|
|
layoutPane.add(basicPane, BorderLayout.NORTH); |
|
|
|
layoutPane.add(seniorPane, BorderLayout.CENTER); |
|
|
|
layoutPane.add(seniorPane, BorderLayout.CENTER); |
|
|
|
layoutPane.add(sortUIExpandablePane, BorderLayout.SOUTH); |
|
|
|
layoutPane.add(sortUIExpandablePane, BorderLayout.SOUTH); |
|
|
|