public void removeNotify() {
   super.removeNotify();
 }
 public void addNotify() {
   super.addNotify();
 }