diff options
Diffstat (limited to 'java/src/IceGridGUI/LiveDeployment/NodeEditor.java')
-rwxr-xr-x | java/src/IceGridGUI/LiveDeployment/NodeEditor.java | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/java/src/IceGridGUI/LiveDeployment/NodeEditor.java b/java/src/IceGridGUI/LiveDeployment/NodeEditor.java index fc790b6ed96..eda518520fd 100755 --- a/java/src/IceGridGUI/LiveDeployment/NodeEditor.java +++ b/java/src/IceGridGUI/LiveDeployment/NodeEditor.java @@ -10,20 +10,16 @@ package IceGridGUI.LiveDeployment; import java.awt.event.ActionEvent;
-import com.jgoodies.forms.builder.DefaultFormBuilder;
-import com.jgoodies.forms.layout.CellConstraints;
-
import javax.swing.AbstractAction;
import javax.swing.Action;
import javax.swing.JButton;
-import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JScrollPane;
-import javax.swing.JTable;
import javax.swing.JTextField;
-import javax.swing.table.DefaultTableModel;
-import javax.swing.table.DefaultTableCellRenderer;
+import com.jgoodies.forms.builder.DefaultFormBuilder;
+import com.jgoodies.forms.layout.CellConstraints;
+
import IceGrid.*;
import IceGridGUI.*;
|