String hostname = this.dialog.getHostname();
int port = this.dialog.getPort();
ConnectionController controller = ConnectionController.getInstance();
if (this.dialog.result = controller.connect(hostname, port)) {
controller.start();
super.widgetSelected(event);
}
}