super(s);
Thread t = new Thread(new Runnable() { public void run() { System.out.println("foo"); } }); t.start(); t.join();