|
|
@ -420,7 +420,8 @@ public class DSColumnAdvancedPane extends BasicPane { |
|
|
|
bottomLabel.setFont(new Font("Dialog", Font.BOLD, 12)); |
|
|
|
bottomLabel.setFont(new Font("Dialog", Font.BOLD, 12)); |
|
|
|
this.add(bottomLabel); |
|
|
|
this.add(bottomLabel); |
|
|
|
formulaTextField = new FormulaTextField(24); |
|
|
|
formulaTextField = new FormulaTextField(24); |
|
|
|
formulaTextField.setText(defaultValue); |
|
|
|
this.add(formulaTextField); |
|
|
|
|
|
|
|
formulaTextField.setValue(defaultFormula); |
|
|
|
|
|
|
|
|
|
|
|
UIButton bottomFrmulaButton = new UIButton("..."); |
|
|
|
UIButton bottomFrmulaButton = new UIButton("..."); |
|
|
|
this.add(bottomFrmulaButton); |
|
|
|
this.add(bottomFrmulaButton); |
|
|
|