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