Package de.chris_soft.fyllgen.widget.dialog

Examples of de.chris_soft.fyllgen.widget.dialog.MergeChoiceRelationshipPersonDialog.open()


    }

    // Eigentlichen Merge-Dialog aufrufen und auswerten.
    boolean bNext;
    MergeChoiceRelationshipPersonDialog mcrpd = new MergeChoiceRelationshipPersonDialog(GUI.instance.shell, rel);
    mcrpd.open();
    bNext = mcrpd.finished;
    if (mcrpd.finished) {
      MergePersonDialog mpd = new MergePersonDialog(GUI.instance.shell, mcrpd.oldPerson, mcrpd.otherPerson);
      mpd.open();
      bNext = mpd.finished;
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.