invoke close only once

cusax-fix
Yana Stamcheva 20 years ago
parent f77e232101
commit bb59177362

@ -655,12 +655,7 @@ public void windowDeiconified(WindowEvent e)
if (title.startsWith("*")) {
setTitle(title.substring(1, title.length()));
}
}
public void windowClosing(WindowEvent e)
{
close(true);
}
}
}
/**

Loading…
Cancel
Save