6263646566676869707172
Thread t = new Thread("GST MainLoop Thread") { @Override public void run() { new MainLoop().run(); // TODO: what do we do with this? } }; t.setDaemon(true); t.start();