|
|
|
@ -309,7 +309,7 @@ public class ReportColumnsPane extends BasicPane{
|
|
|
|
|
JPanel rowPane = new JPanel(); |
|
|
|
|
UITitledBorder explainBorder = UITitledBorder.createBorderWithTitle(com.fr.design.i18n.Toolkit.i18nText("Fine-Design_Report_Column_Area")); |
|
|
|
|
rowPane.setBorder(explainBorder); |
|
|
|
|
rowPane.setLayout(new FlowLayout(FlowLayout.LEFT, 5,13)); |
|
|
|
|
rowPane.setLayout(new FlowLayout(FlowLayout.LEADING, 5,13)); |
|
|
|
|
rowPane.setPreferredSize(new Dimension(500,80)); |
|
|
|
|
rowPane.add(new UILabel(com.fr.design.i18n.Toolkit.i18nText("Fine-Design_Report_Column_Data") + ":")); |
|
|
|
|
repeatColDataTextField = new UITextField(); |
|
|
|
|