]> git.mxchange.org Git - addressbook-lib.git/blobdiff - Addressbook/src/org/mxchange/addressbook/client/gui/ClientFrame.java
Moved more stuff to jcore project as they can be generalized
[addressbook-lib.git] / Addressbook / src / org / mxchange / addressbook / client / gui / ClientFrame.java
index e7500e844ab5c4b14a8c5e56a968bdc2e900d0cd..61cfc42e6b6b40168abf575ec03b3745423d0f9d 100644 (file)
@@ -16,7 +16,7 @@
  */
 package org.mxchange.addressbook.client.gui;
 
-import org.mxchange.addressbook.contact.Contact;
+import org.mxchange.jcore.contact.Contact;
 import org.mxchange.jcore.FrameworkInterface;
 import org.mxchange.jcore.client.Client;
 import org.mxchange.jcore.exceptions.FrameAlreadyInitializedException;