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

    uninstallListeners();
    myWindow = null;
  }