JAL-3453 Some tests require different Desktop constructor
authorhansonr <hansonr@STO24954W.ad.stolaf.edu>
Mon, 7 Oct 2019 05:57:11 +0000 (07:57 +0200)
committerhansonr <hansonr@STO24954W.ad.stolaf.edu>
Mon, 7 Oct 2019 05:57:11 +0000 (07:57 +0200)
commit1e9f882c52f5b95d198c42973e7b2b1ce2b420df
tree934983a291159d303969b1acfdb7fc4742cf0e55
parentd6ab7729d96fd22c5e733dbb0af998f8e6387200
JAL-3453 Some tests require different Desktop constructor

even better, simpler idea:

static boolean instanceOnly

  public static Desktop getInstanceOnly()
  {
    instanceOnly = true;
    return getInstance();
  }
src/jalview/gui/Desktop.java