To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.
Hi,I do a treatment before leaving the application, so I added the Listner
mainWindow.addListener(new Window.CloseListener() { @Override public void windowClose(CloseEvent e) { … close(); } });
How to avoid this behavior by pressing the F5?thank you for your help,