Browse Source

修改继承关系

master
mengao 7 years ago
parent
commit
17660c361c
  1. 3
      designer_chart/src/com/fr/plugin/chart/designer/style/VanChartTitlePane.java

3
designer_chart/src/com/fr/plugin/chart/designer/style/VanChartTitlePane.java

@ -146,13 +146,12 @@ public class VanChartTitlePane extends AbstractVanChartScrollPane<VanChart> {
new Component[]{new UILabel(Inter.getLocText("BorderLayout-Constraints"), SwingConstants.LEFT),alignmentPane},
new Component[]{null,customFloatPositionButton}
};
int[][] rowCount = {{1, 8}, {1, 8}, {1, 8}};
customFloatPositionPane = new VanChartFloatPositionPane();
initPositionListener();
JPanel panel = TableLayout4VanChartHelper.createGapTableLayoutPane(components,row,col,rowCount);
JPanel panel = TableLayout4VanChartHelper.createGapTableLayoutPane(components,row,col);
return TableLayout4VanChartHelper.createExpandablePaneWithTitle(Inter.getLocText("FR-Chart_Layout"), panel);
}

Loading…
Cancel
Save