}
});
}
private void showRemoteAgentInstallView(AgentInstall ai, String title, RemoteAgentInstallView.Type type, RemoteAgentInstallView.SuccessHandler successHandler) {
remoteAgentView = new RemoteAgentInstallView(ai, type);
remoteAgentView.setSuccessHandler(successHandler);
popupWindow = new PopupWindow(remoteAgentView);
popupWindow.setTitle(title);
popupWindow.setHeight(350);
popupWindow.setWidth(850);