Removes Thread.start() that does not allow to build samples

This commit is contained in:
konsoletyper 2014-09-15 17:54:52 +04:00
parent a26522f959
commit 465c7626ce

View File

@ -40,7 +40,6 @@ public final class HelloWorld {
document = window.getDocument();
body = document.getDocumentElement().getElementsByTagName("body").item(0);
createButton();
new Thread().start();
}
private static void createButton() {