]> git.mxchange.org Git - jfinancials-lib.git/commitdiff
jswingcore has been created based on jcore's last Swing-related classes and interfaces
authorRoland Haeder <roland@mxchange.org>
Wed, 2 Sep 2015 12:49:37 +0000 (14:49 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 2 Sep 2015 12:49:37 +0000 (14:49 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

lib/jcore.jar
lib/jswingcore.jar [new file with mode: 0644]
nbproject/project.properties
src/org/mxchange/addressbook/client/gui/AddressbookFrame.java
src/org/mxchange/addressbook/client/gui/SwingClient.java

index 7ccb9088fdd6e8e00feebc0caaa17e385f796630..5ed709dcff75cac80035e78ccc19b4c4522edefb 100644 (file)
Binary files a/lib/jcore.jar and b/lib/jcore.jar differ
diff --git a/lib/jswingcore.jar b/lib/jswingcore.jar
new file mode 100644 (file)
index 0000000..6f46f86
Binary files /dev/null and b/lib/jswingcore.jar differ
index 27d9c6ba46ddc194c2970a4f885eface16c801df..d625d641efd49be460e3ff9e3c6a6c8a6ef5a237 100644 (file)
@@ -32,6 +32,7 @@ endorsed.classpath=
 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
@@ -44,7 +45,8 @@ javac.classpath=\
     ${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
@@ -99,6 +101,7 @@ run.test.classpath=\
     ${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
index c1f98747cdf40337daf47a14d85937afb4935bcf..5cb115cceed47ff894db35e1fd2db4cd4d05afbd 100644 (file)
@@ -52,13 +52,13 @@ import org.mxchange.addressbook.application.AddressbookApplication;
 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;
 
 /**
  *
index afab2fce2c3feb95f44c7cdaf24f3adf1f9684b8..b7f8d04dd8905cf284794b52c105fa7120c7643f 100644 (file)
@@ -23,13 +23,13 @@ import org.mxchange.addressbook.client.BaseAddressbookClient;
 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;
 
 /**
  *