editor.navigateTo(7, 0);
editor.autoCompleteProposal("sys", "sysout - print to standard out");
editor.typeText("\"Hello World\"");
editor.navigateTo(3, 0);
editor.autoCompleteProposal("main", "main - main method");
editor.typeText("new Thread (new HelloWorld ());");
if (true)
return;