|
|
|
@ -7,6 +7,7 @@ import com.fr.design.gui.ibutton.UIButton;
|
|
|
|
|
import com.fr.design.gui.ibutton.UIRadioButton; |
|
|
|
|
import com.fr.design.gui.ilable.UILabel; |
|
|
|
|
import com.fr.design.gui.itextfield.UITextField; |
|
|
|
|
import com.fr.design.i18n.DesignSizeI18nManager; |
|
|
|
|
import com.fr.design.mainframe.DesignerContext; |
|
|
|
|
import com.fr.design.widget.FRWidgetFactory; |
|
|
|
|
import com.fr.file.FILE; |
|
|
|
@ -66,8 +67,8 @@ public class WebJsPane extends BasicPane {
|
|
|
|
|
localText = new UITextField(); |
|
|
|
|
localText.setEditable(false); |
|
|
|
|
urlText = new UITextField(); |
|
|
|
|
localText.setPreferredSize(new Dimension(450, 20)); |
|
|
|
|
urlText.setPreferredSize(new Dimension(450, 20)); |
|
|
|
|
localText.setPreferredSize(DesignSizeI18nManager.getInstance().i18nDimension("com.fr.design.web.pane.text.field")); |
|
|
|
|
urlText.setPreferredSize(DesignSizeI18nManager.getInstance().i18nDimension("com.fr.design.web.pane.text.field")); |
|
|
|
|
urlText.addKeyListener(urlTextListener); |
|
|
|
|
urlText.setEnabled(false); |
|
|
|
|
chooseFile = new UIButton(com.fr.design.i18n.Toolkit.i18nText("Fine-Design_Report_Selection")); |
|
|
|
|