X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2Forg%2Fmxchange%2Faddressbook%2Fclient%2Fgui%2FSwingClient.java;h=0582aa8f5fbdec47ad6c9095c95a38a4be815741;hb=661769cbcf33fec999e31cc360fd172c96d645f1;hp=926382d2f3e1b73ae75b2bba367f8805eda83c17;hpb=bf03bf3a39f116e31b201f97b06d18974d8fe13a;p=addressbook-swing.git diff --git a/src/org/mxchange/addressbook/client/gui/SwingClient.java b/src/org/mxchange/addressbook/client/gui/SwingClient.java index 926382d..0582aa8 100644 --- a/src/org/mxchange/addressbook/client/gui/SwingClient.java +++ b/src/org/mxchange/addressbook/client/gui/SwingClient.java @@ -22,7 +22,7 @@ import org.mxchange.addressbook.client.AddressbookClient; import org.mxchange.addressbook.client.BaseAddressbookClient; import org.mxchange.addressbook.menu.item.SelectableMenuItem; import org.mxchange.jcontacts.contact.Contact; -import org.mxchange.jcontacts.contact.gender.Gender; +import org.mxchange.jcontacts.contact.title.PersonalTitle; import org.mxchange.jcore.application.Application; import org.mxchange.jcore.exceptions.FrameAlreadyInitializedException; import org.mxchange.jcore.exceptions.UnhandledUserChoiceException; @@ -136,7 +136,7 @@ public class SwingClient extends BaseAddressbookClient implements AddressbookCli } @Override - public Gender enterGender (final String message) { + public PersonalTitle enterPersonalTitle (final String message) { throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates. //NOI18N }