public void quit() {
    super.quit();

    if (jDisplay.frame != null) jDisplay.frame.dispose();
    jDisplay.frame = null;
  }