@Override
 public void modifyText(ModifyEvent e) {
   if (this.refreshing) {
     return;
   }
   super.modifyText(e);
 }