if (OptionData.instance.getBoolean(OptionData.WRITE_SHORT_CONNECTIONS_INTO_FILE)) {
writeShortConnectionIntoFile(listFound);
}
FamilyComposite familyComposite = GUI.instance.getFamilyComposite();
familyComposite.setFamilyModel(new FamilyModelShowPersonsConnection(familyComposite, listFound));
}
else {
String msg = "Es besteht keine Verbindung zwischen " + currentPerson.getValue(Person.NAME);
msg += " und " + searchPerson.getValue(Person.NAME) + "!";
SwtUtilities.sayInfo(GUI.instance.shell, msg);