104105106107108109110111112113114
// Ignorieren - dann findet keine Personenzuordnung statt. } } private String cutImage(String imagename) throws IOException { ImageCutDialog icd = new ImageCutDialog(GUI.instance.shell, file); icd.open(); return icd.newImageName; } }); }