void saveNewToFile() {
   owner.saveDialog(new File("./untitiled.jst"));
   setVisible(false);
 }