diff --git a/trunk/SIPRPSoft/src/SIPRPNode.driver.xml b/trunk/SIPRPSoft/src/SIPRPNode.driver.xml
index 9634e304..0ef0fa4e 100644
--- a/trunk/SIPRPSoft/src/SIPRPNode.driver.xml
+++ b/trunk/SIPRPSoft/src/SIPRPNode.driver.xml
@@ -1,6 +1,7 @@
 
 
-	
+	
+	
 	
 	
 
diff --git a/trunk/SIPRPSoft/src/leaf/LeafInputField.java b/trunk/SIPRPSoft/src/leaf/LeafInputField.java
index 0754195c..f0dae1c5 100644
--- a/trunk/SIPRPSoft/src/leaf/LeafInputField.java
+++ b/trunk/SIPRPSoft/src/leaf/LeafInputField.java
@@ -4,6 +4,7 @@ import info.clearthought.layout.TableLayout;
 import info.clearthought.layout.TableLayoutConstraints;
 
 import java.awt.Color;
+import java.awt.Container;
 import java.awt.Dimension;
 import java.awt.GradientPaint;
 import java.awt.Graphics;
@@ -23,7 +24,6 @@ import java.util.Map;
 
 import javax.swing.BorderFactory;
 import javax.swing.JComponent;
-import javax.swing.JFrame;
 import javax.swing.JLabel;
 import javax.swing.JPanel;
 import javax.swing.JSeparator;
@@ -114,7 +114,7 @@ public class LeafInputField extends JPanel implements F
 
 	private String getStringFromUser()
 	{
-		LeafTextDialog textDialog = new LeafTextDialog( getParentFrame(), this, (String) object, true );
+		LeafTextDialog textDialog = new LeafTextDialog( getParentWindow(), this, (String) object, true );
 		return textDialog.getText();
 	}
 
@@ -124,7 +124,7 @@ public class LeafInputField extends JPanel implements F
 		{
 			if(((Map) object).size() > 0)
 			{
-				LeafOptionDialog