|
|
|
@ -123,12 +123,12 @@ public class DSColumnLiteConditionPane extends LiteConditionPane<CommonCondition
|
|
|
|
|
UILabel operatorLabel = new UILabel(com.fr.design.i18n.Toolkit.i18nText("Fine-Design_Report_ConditionB_Operator") + ":"); |
|
|
|
|
operatorLabel.setPreferredSize(FineUIScale.scale(new Dimension(68, 24))); |
|
|
|
|
Component[][] components = { |
|
|
|
|
{ columLabel, |
|
|
|
|
keyColumnPane, operatorLabel, conditionOPComboBox, conditionValuePane}}; |
|
|
|
|
{ columLabel, keyColumnPane, null}, |
|
|
|
|
{operatorLabel, conditionOPComboBox, conditionValuePane}}; |
|
|
|
|
|
|
|
|
|
double p = TableLayout.PREFERRED; |
|
|
|
|
double rowSize[] = { p }; |
|
|
|
|
double columnSize[] = { p, p, p, p, TableLayout.FILL }; |
|
|
|
|
double rowSize[] = { p, p }; |
|
|
|
|
double columnSize[] = { p, p, TableLayout.FILL }; |
|
|
|
|
|
|
|
|
|
JPanel leftPanel = TableLayoutHelper.createTableLayoutPane(components, rowSize, columnSize); |
|
|
|
|
this.add(leftPanel, BorderLayout.CENTER); |
|
|
|
|