summaryrefslogtreecommitdiff
path: root/java/src/IceGridGUI/Application/ServiceSubEditor.java
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2006-05-19 17:09:54 +0000
committerBernard Normier <bernard@zeroc.com>2006-05-19 17:09:54 +0000
commit9db11f38325ee65ee12b740a9ed36fb9e01f58f9 (patch)
tree2cf62a049fea3c4b76aa22d975af15c46e0f22ae /java/src/IceGridGUI/Application/ServiceSubEditor.java
parentBug 996 (diff)
downloadice-9db11f38325ee65ee12b740a9ed36fb9e01f58f9.tar.bz2
ice-9db11f38325ee65ee12b740a9ed36fb9e01f58f9.tar.xz
ice-9db11f38325ee65ee12b740a9ed36fb9e01f58f9.zip
Removed pop-up dialogs from Applicatin view
Diffstat (limited to 'java/src/IceGridGUI/Application/ServiceSubEditor.java')
-rwxr-xr-xjava/src/IceGridGUI/Application/ServiceSubEditor.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/java/src/IceGridGUI/Application/ServiceSubEditor.java b/java/src/IceGridGUI/Application/ServiceSubEditor.java
index 834d589679c..9f93298ac40 100755
--- a/java/src/IceGridGUI/Application/ServiceSubEditor.java
+++ b/java/src/IceGridGUI/Application/ServiceSubEditor.java
@@ -12,7 +12,6 @@ import java.awt.event.ActionEvent;
import javax.swing.AbstractAction;
import javax.swing.Action;
-import javax.swing.JFrame;
import javax.swing.JTextField;
import com.jgoodies.forms.builder.DefaultFormBuilder;
@@ -22,9 +21,9 @@ import IceGridGUI.*;
class ServiceSubEditor extends CommunicatorSubEditor
{
- ServiceSubEditor(Editor mainEditor, JFrame parentFrame)
+ ServiceSubEditor(Editor mainEditor)
{
- super(mainEditor, parentFrame);
+ super(mainEditor);
_name.getDocument().addDocumentListener(
_mainEditor.getUpdateListener());