public void start() { thread = new Thread(this); thread.start(); }