summaryrefslogtreecommitdiff
path: root/java/src/IceGridGUI/LiveDeployment/Root.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/IceGridGUI/LiveDeployment/Root.java')
-rwxr-xr-xjava/src/IceGridGUI/LiveDeployment/Root.java10
1 files changed, 7 insertions, 3 deletions
diff --git a/java/src/IceGridGUI/LiveDeployment/Root.java b/java/src/IceGridGUI/LiveDeployment/Root.java
index acba7863a76..57ead9e5297 100755
--- a/java/src/IceGridGUI/LiveDeployment/Root.java
+++ b/java/src/IceGridGUI/LiveDeployment/Root.java
@@ -284,9 +284,9 @@ public class Root extends ListArrayTreeNode
{
_coordinator.getMainFrame().setCursor(
Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
- _coordinator.getAdmin().
- patchApplication_async(cb, applicationName,
- shutdown == JOptionPane.YES_OPTION);
+ _coordinator.getAdmin().
+ patchApplication_async(cb, applicationName,
+ shutdown == JOptionPane.YES_OPTION);
}
catch(Ice.LocalException e)
{
@@ -704,6 +704,10 @@ public class Root extends ListArrayTreeNode
_objectDialog.showDialog();
}
+ public void showObject(String proxy, String type)
+ {
+ _objectDialog.showDialog(proxy, type);
+ }
Root getRoot()
{