JAL-3453 Some tests require different Desktop constructor
authorhansonr <hansonr@STO24954W.ad.stolaf.edu>
Mon, 7 Oct 2019 05:50:08 +0000 (07:50 +0200)
committerhansonr <hansonr@STO24954W.ad.stolaf.edu>
Mon, 7 Oct 2019 05:50:08 +0000 (07:50 +0200)
commitd6ab7729d96fd22c5e733dbb0af998f8e6387200
tree233a2fbb701a9a01f0b03ad0732a4cee918a7e2b
parent45cdda84387bfd8b7383573f9788dd0dd6e70ecd
JAL-3453 Some tests require different Desktop constructor

better idea:

Desktop.getInstanceOnly()

- creates an instance with no dialog prompting and no frame display,
similar to headless mode, but not fully bypassing the code that
Jalview.headless bypasses.
src/jalview/bin/ApplicationSingletonProvider.java
src/jalview/gui/Desktop.java