mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 16:14:10 -08:00
Removes Thread.start() that does not allow to build samples
This commit is contained in:
parent
a26522f959
commit
465c7626ce
|
@ -40,7 +40,6 @@ public final class HelloWorld {
|
||||||
document = window.getDocument();
|
document = window.getDocument();
|
||||||
body = document.getDocumentElement().getElementsByTagName("body").item(0);
|
body = document.getDocumentElement().getElementsByTagName("body").item(0);
|
||||||
createButton();
|
createButton();
|
||||||
new Thread().start();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void createButton() {
|
private static void createButton() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user