|
|
@ -1,7 +1,7 @@ |
|
|
|
package com.fr.plugin.present.ui; |
|
|
|
package com.fr.plugin.present.ui; |
|
|
|
|
|
|
|
|
|
|
|
import com.fr.design.beans.FurtherBasicBeanPane; |
|
|
|
import com.fr.design.beans.FurtherBasicBeanPane; |
|
|
|
import com.fanruan.api.design.work.formula.TinyFormulaPane; |
|
|
|
import com.fanruan.api.design.ui.component.formula.UIFormulaTextField; |
|
|
|
import com.fanruan.api.design.ui.component.UILabel; |
|
|
|
import com.fanruan.api.design.ui.component.UILabel; |
|
|
|
import com.fanruan.api.design.DesignKit; |
|
|
|
import com.fanruan.api.design.DesignKit; |
|
|
|
import com.fanruan.api.design.util.GUICoreKit; |
|
|
|
import com.fanruan.api.design.util.GUICoreKit; |
|
|
@ -16,7 +16,7 @@ import java.awt.*; |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public class StarPresentPane extends FurtherBasicBeanPane<StarPresent> { |
|
|
|
public class StarPresentPane extends FurtherBasicBeanPane<StarPresent> { |
|
|
|
|
|
|
|
|
|
|
|
private TinyFormulaPane formulaPane; |
|
|
|
private UIFormulaTextField formulaPane; |
|
|
|
|
|
|
|
|
|
|
|
public StarPresentPane() { |
|
|
|
public StarPresentPane() { |
|
|
|
initComponents(); |
|
|
|
initComponents(); |
|
|
@ -24,7 +24,7 @@ public class StarPresentPane extends FurtherBasicBeanPane<StarPresent> { |
|
|
|
|
|
|
|
|
|
|
|
private void initComponents() { |
|
|
|
private void initComponents() { |
|
|
|
setLayout(new BorderLayout()); |
|
|
|
setLayout(new BorderLayout()); |
|
|
|
formulaPane = new TinyFormulaPane(); |
|
|
|
formulaPane = new UIFormulaTextField(); |
|
|
|
add(GUICoreKit.createBorderLayoutPane( |
|
|
|
add(GUICoreKit.createBorderLayoutPane( |
|
|
|
new UILabel(DesignKit.i18nText("Plugin-Present_Value") + ":"), |
|
|
|
new UILabel(DesignKit.i18nText("Plugin-Present_Value") + ":"), |
|
|
|
BorderLayout.WEST, |
|
|
|
BorderLayout.WEST, |
|
|
|