public void addNotify() {
   super.addNotify();
   thread.start();
 }