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