|
|
|
@ -48,10 +48,10 @@ public class ReportFloatPane extends JPanel {
|
|
|
|
|
|
|
|
|
|
double p = TableLayout.PREFERRED; |
|
|
|
|
double f = TableLayout.FILL; |
|
|
|
|
double[] columnSize = {p, p, f}; |
|
|
|
|
double[] columnSize = {p, p, p, f}; |
|
|
|
|
double[] rowSize = {p}; |
|
|
|
|
Component[][] components = new Component[][]{ |
|
|
|
|
new Component[]{new UILabel(" " + Inter.getLocText("FR-Designer_Add_FloatElement")), emptyLabel, topToolBar}, |
|
|
|
|
new Component[]{new UILabel(), new UILabel(Inter.getLocText("FR-Designer_Add_FloatElement")), emptyLabel, topToolBar}, |
|
|
|
|
}; |
|
|
|
|
JPanel leftTopPane = TableLayoutHelper.createTableLayoutPane(components, rowSize, columnSize); |
|
|
|
|
leftTopPane.setBorder(BorderFactory.createEmptyBorder(10, 4, 0, 13)); |
|
|
|
|