예제 #1
0
  public static void close() {
    SaveExperimentGUI inst = getInstance();

    inst.setVisible(false);
    inst.dispose();
  }