summaryrefslogtreecommitdiff
path: root/java/src/IceGridGUI/Application/PlainServerEditor.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/IceGridGUI/Application/PlainServerEditor.java')
-rwxr-xr-xjava/src/IceGridGUI/Application/PlainServerEditor.java6
1 files changed, 2 insertions, 4 deletions
diff --git a/java/src/IceGridGUI/Application/PlainServerEditor.java b/java/src/IceGridGUI/Application/PlainServerEditor.java
index a56f8cebbd6..ec855ae1cfc 100755
--- a/java/src/IceGridGUI/Application/PlainServerEditor.java
+++ b/java/src/IceGridGUI/Application/PlainServerEditor.java
@@ -8,8 +8,6 @@
// **********************************************************************
package IceGridGUI.Application;
-import javax.swing.JFrame;
-
import com.jgoodies.forms.builder.DefaultFormBuilder;
import IceGrid.*;
@@ -27,9 +25,9 @@ class PlainServerEditor extends AbstractServerEditor
return _subEditor.isSimpleUpdate();
}
- PlainServerEditor(JFrame parentFrame)
+ PlainServerEditor()
{
- _subEditor = new ServerSubEditor(this, parentFrame);
+ _subEditor = new ServerSubEditor(this);
}
//