JOverseer / joverseer

JOverseer is a desktop application which aims to assist players of the Middle Earth PBM game.
BSD 3-Clause "New" or "Revised" License
3 stars 5 forks source link

Be smarter about confirmation dialogs #658

Closed GnarlyDave closed 5 years ago

GnarlyDave commented 6 years ago

When you've used jOverseer for a while, the number of times it asks for confirmation before closing becomes annoying. Investigate if we can act smarter about it. The exit confirmation dialog is hidden in com.jidesoft.spring.richclient.docking.JideApplicationLifecycleAdvisor.onPreWindowClose()

GnarlyDave commented 5 years ago

On an attempt to exit, if the game is loaded then a dialog now appears (by design) with Save and Exit, Exit, Cancel which despite being equivalent to the previous version, mysteriously, just seems less annoying.