Example #1
0
  /** This closes the IGV window. */
  public static void stopGUI() {
    if (!IGV.hasInstance()) {
      return;
    }

    IGV.getMainFrame().setVisible(false);
    IGV.getMainFrame().dispose();
    IGV.destroyInstance();
  }