|
|
|
@ -65,8 +65,8 @@ public class RemoteEnvPane extends BasicBeanPane<RemoteDesignerWorkspaceInfo> {
|
|
|
|
|
|
|
|
|
|
private JDialog dialog; |
|
|
|
|
private UILabel message = new UILabel(); |
|
|
|
|
private UIButton okButton = new UIButton(Toolkit.i18nText("OK")); |
|
|
|
|
private UIButton cancelButton = new UIButton(Toolkit.i18nText("Cancel")); |
|
|
|
|
private UIButton okButton = new UIButton(Toolkit.i18nText("Fine-Design_Report_OK")); |
|
|
|
|
private UIButton cancelButton = new UIButton(Toolkit.i18nText("Fine-Design_Report_Cancel")); |
|
|
|
|
private UILabel uiLabel = new UILabel(); |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|