Browse Source

更改数据配置标签

master
xiaohu 9 years ago
parent
commit
d244ced14f
  1. 4
      designer_chart/src/com/fr/design/mainframe/chart/gui/data/table/BubblePlotTableDataContentPane.java

4
designer_chart/src/com/fr/design/mainframe/chart/gui/data/table/BubblePlotTableDataContentPane.java

@ -53,8 +53,8 @@ public class BubblePlotTableDataContentPane extends AbstractTableDataContentPane
double[] rowSize_north = {p, p, p, p};
Component[][] components_north = new Component[][]{
new Component[]{new UILabel(" "+Inter.getLocText("Chart-Series_Name")+":"), seriesName},
new Component[]{new UILabel(" "+Inter.getLocText("Chart-Bubble_Value")+"x :"), xCombox},
new Component[]{new UILabel(" "+Inter.getLocText("Chart-Bubble_Value")+"y :"), yCombox},
new Component[]{new UILabel(" " +"x :"), xCombox},
new Component[]{new UILabel(" " +"y :"), yCombox},
new Component[]{new UILabel(" "+Inter.getLocText("Chart-Bubble_Size")+":"), bubbleSize},
};
JPanel north = TableLayoutHelper.createTableLayoutPane(components_north,rowSize_north,columnSize_north);

Loading…
Cancel
Save