editor.notifyKeyboardEvent(SWT.NONE, '\n');
editor.typeText("\n");
editor.typeText("thread.start();\n");
editor.typeText("thread.join();");
editor.quickfix("Add throws declaration");
editor.notifyKeyboardEvent(SWT.NONE, (char) 27);
editor.notifyKeyboardEvent(SWT.NONE, '\n');
editor.notifyKeyboardEvent(SWT.CTRL, 's');