@Override
 public void addNotify() {
   super.addNotify();
   setAlwaysOnTop(true);
   SystemUtils.setWindowTopMost(this);
 }