JAL-4125 Additions to JvOptionPane and QuitHandler with StructureViewerBase handling...
authorBen Soares <b.soares@dundee.ac.uk>
Thu, 9 Feb 2023 01:38:20 +0000 (01:38 +0000)
committerBen Soares <b.soares@dundee.ac.uk>
Thu, 9 Feb 2023 01:38:20 +0000 (01:38 +0000)
commitb865b46f6f34e82f5d10fccfe646f00b8ae2e7a1
treed798b7ce47fe7d67c40b9f0ba0d92e49ea6015e2
parent17b7d054cf7faa5ee57ad8c8c4c9daa495d8cb35
JAL-4125 Additions to JvOptionPane and QuitHandler with StructureViewerBase handling closed frame during quit differently. Still not working as dialog content does not appear until after quithandling thread has finished (it's blocking EDT).  Need to break the doDesktopQuit Callable up into sections, that add another bit to the end when necessary.
src/jalview/gui/Desktop.java
src/jalview/gui/JvOptionPane.java
src/jalview/gui/QuitHandler.java
src/jalview/gui/StructureViewerBase.java