Esempio n. 1
0
 public void removeNotify() {
   super.removeNotify();
   thread.kill();
 }
Esempio n. 2
0
 public void addNotify() {
   super.addNotify();
   thread.start();
 }