]> git.mxchange.org Git - addressbook-swing.git/commitdiff
Continued:
authorRoland Haeder <roland@mxchange.org>
Mon, 5 Oct 2015 10:02:35 +0000 (12:02 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 5 Oct 2015 10:02:35 +0000 (12:02 +0200)
- updated jcore-swing
- implemented logException() by calling super method (ugly code, I know)
Signed-off-by:Roland Häder <roland@mxchange.org>

lib/jcore-swing.jar
src/org/mxchange/addressbook/client/gui/AddressbookFrame.java

index 745accb44e784bd8ebaeab5db81c0c21509e7f65..02eac60908ea5c5cc7cbf2e2cac6cb7f089a44a1 100644 (file)
Binary files a/lib/jcore-swing.jar and b/lib/jcore-swing.jar differ
index 173f66455851b480c62859d24a3c9466e60bbbe5..68f80cd6216f7038f8bfd8029e838bb611d10fec 100644 (file)
@@ -299,8 +299,9 @@ public class AddressbookFrame extends BaseAddressbookSystem implements ClientFra
        }
 
        @Override
-       public void logException (Throwable exception) {
-               throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
+       public void logException (final Throwable exception) {
+               // Yes, I know, ugly.
+               super.logException(exception);
        }
 
        /**