.grab(true, true).create());
Composite cm = new Composite(sh, SWT.NONE);
cm.setLayout(new GridLayout(2, false));
final Button ok = new Button(cm, SWT.NONE);
b.addProgressListener(new ProgressListener() {
public void completed(ProgressEvent event) {
String text = b.getText();
if (text.contains("Session estabilished")) {
String ts = "class=";