@Override
 public void addNotify() {
   super.addNotify();
   installSynchronizer();
   init();
 }