summaryrefslogtreecommitdiff
path: root/java/src/IceGridGUI/Application/ServerTemplateEditor.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/IceGridGUI/Application/ServerTemplateEditor.java')
-rwxr-xr-xjava/src/IceGridGUI/Application/ServerTemplateEditor.java7
1 files changed, 2 insertions, 5 deletions
diff --git a/java/src/IceGridGUI/Application/ServerTemplateEditor.java b/java/src/IceGridGUI/Application/ServerTemplateEditor.java
index 013be9d166f..bfad59a82f4 100755
--- a/java/src/IceGridGUI/Application/ServerTemplateEditor.java
+++ b/java/src/IceGridGUI/Application/ServerTemplateEditor.java
@@ -8,16 +8,13 @@
// **********************************************************************
package IceGridGUI.Application;
-import javax.swing.JFrame;
-
import com.jgoodies.forms.builder.DefaultFormBuilder;
class ServerTemplateEditor extends TemplateEditor
{
- ServerTemplateEditor(JFrame parentFrame)
+ ServerTemplateEditor()
{
- super(parentFrame);
- _subEditor = new ServerSubEditor(this, parentFrame);
+ _subEditor = new ServerSubEditor(this);
}
void writeDescriptor()