excludes=
file.reference.commons-codec-1.10.jar=lib/commons-codec-1.10.jar
file.reference.commons-lang3-3.4.jar=lib/commons-lang3-3.4.jar
+file.reference.jswingcore.jar=lib\\jswingcore.jar
file.reference.log4j-api-2.3.jar=lib/log4j-api-2.3.jar
file.reference.log4j-core-2.3.jar=lib/log4j-core-2.3.jar
file.reference.jcore.jar=./lib/jcore.jar
${file.reference.log4j-core-2.3.jar}:\
${file.reference.jcore.jar}:\
${file.reference.commons-codec-1.10.jar}:\
- ${file.reference.commons-lang3-3.4.jar}
+ ${file.reference.commons-lang3-3.4.jar}:\
+ ${file.reference.jswingcore.jar}
# Space-separated list of extra javac options
javac.compilerargs=-Xlint:deprecation -Xlint:unchecked
javac.deprecation=true
${build.test.classes.dir}
source.encoding=UTF-8
source.reference.jcore.jar=../jcore/src/
+source.reference.jswingcore.jar=../jswingcore/src/
source.reference.log4j-api-2.3.jar=/home/quix0r/MyProjects/JARs/log4j-api-2.3-sources.jar
source.reference.log4j-core-2.3.jar=/home/quix0r/MyProjects/JARs/log4j-core-2.3-sources.jar
src.dir=src
import org.mxchange.addressbook.exceptions.ContactAlreadyAddedException;
import org.mxchange.addressbook.manager.contact.ManageableAddressbookContact;
import org.mxchange.jcore.client.Client;
-import org.mxchange.jcore.client.gui.ClientFrame;
import org.mxchange.jcore.contact.Contact;
import org.mxchange.jcore.contact.Gender;
import org.mxchange.jcore.exceptions.BadTokenException;
import org.mxchange.jcore.exceptions.CorruptedDatabaseFileException;
import org.mxchange.jcore.exceptions.FrameAlreadyInitializedException;
-import org.mxchange.jcore.model.swing.contact.ContactTableModel;
+import org.mxchange.jswingcore.client.gui.ClientFrame;
+import org.mxchange.jswingcore.model.swing.contact.ContactTableModel;
/**
*
import org.mxchange.addressbook.menu.Menu;
import org.mxchange.addressbook.menu.item.SelectableMenuItem;
import org.mxchange.jcore.application.Application;
-import org.mxchange.jcore.client.gui.ClientFrame;
import org.mxchange.jcore.contact.Contact;
import org.mxchange.jcore.contact.Gender;
import org.mxchange.jcore.exceptions.BadTokenException;
import org.mxchange.jcore.exceptions.FrameAlreadyInitializedException;
import org.mxchange.jcore.exceptions.UnhandledUserChoiceException;
import org.mxchange.jcore.exceptions.UnsupportedDatabaseBackendException;
+import org.mxchange.jswingcore.client.gui.ClientFrame;
/**
*