203204205206207208209210
} }); buttonPanel.add(ok); buttonPanel.add(cancel); buttonPanel.add(new HelpButton("deploy.txt")); return buttonPanel; }
121122123124125126127128
if (deploymentChooser.hasDeployments()) { buttonPanel.add(ok); } buttonPanel.add(cancel); buttonPanel.add(new HelpButton("undeploy.txt")); return buttonPanel; }