|
|
|
@ -53,9 +53,9 @@ 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(" "+Inter.getLocText("Chart-Bubble_Size")+":"), bubbleSize}, |
|
|
|
|
new Component[]{new UILabel(" " +"x :"), xCombox}, |
|
|
|
|
new Component[]{new UILabel(" " +"y :"), yCombox}, |
|
|
|
|
new Component[]{new UILabel(" "+Inter.getLocText("FR-Chart_Bubble_Size")+":"), bubbleSize}, |
|
|
|
|
}; |
|
|
|
|
JPanel north = TableLayoutHelper.createTableLayoutPane(components_north,rowSize_north,columnSize_north); |
|
|
|
|
north.setBorder(BorderFactory.createEmptyBorder(0, 0, 0, 1)); |
|
|
|
|