]> git.mxchange.org Git - jfinancials-lib.git/blobdiff - Addressbook/src/org/mxchange/addressbook/application/AddressbookApplication.java
Added initial Swing frame class (Netbeans) and moved method initContactManager()...
[jfinancials-lib.git] / Addressbook / src / org / mxchange / addressbook / application / AddressbookApplication.java
index fcda1bca021f4c138bdefe0856442683fe4b0818..0b6e918d4f14b2ff39e18c3c94b055c2def6f14e 100644 (file)
@@ -164,7 +164,10 @@ public class AddressbookApplication extends BaseFrameworkSystem implements Appli
            this.getLogger().error("No client choosen. Cannot launch.");\r
            System.exit(1);\r
        }\r
-       \r
+\r
+       // Init client\r
+       client.initClient();\r
+\r
        // Set client instance\r
        this.setClient(client);\r
        \r