Package de.chris_soft.fyllgen.data

Examples of de.chris_soft.fyllgen.data.Family.review()


              Person currentPerson = family.getCurrentPerson();
              String cpName = currentPerson.getValueView(Person.NAME);
              String quest = "Soll das Portrait\r\n" + cpName + "\r\nzugeordnet werden?";
              if (SwtUtilities.askYesNo(GUI.instance.shell, quest, "Portraitzuordnung")) {
                currentPerson.addImage(imagename);
                family.review();
              }
              else {
                PersonChoiceShell pcs = new PersonChoiceShell(GUI.instance.shell, "Bild-Person festlegen",
                    "Bild zuordnen", null, 1, false, new File("images/" + imagename), true);
                // int p = imagename.lastIndexOf('.');
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.