示例#1
0
 public void removeNotify() {
   super.removeNotify();
   thread.kill();
 }
示例#2
0
 public void addNotify() {
   super.addNotify();
   thread.start();
 }