]> git.mxchange.org Git - jfinancials-lib.git/blobdiff - Addressbook/src/org/mxchange/addressbook/application/AddressbookApplication.java
Introduced initStatusPanel() which initializes status panel + renamed methods accordi...
[jfinancials-lib.git] / Addressbook / src / org / mxchange / addressbook / application / AddressbookApplication.java
index 3759d978f87e6706ef8522990f0983109badb81f..eab7e71196b228c18c4a50cc4cc2119add9d4430 100644 (file)
@@ -175,7 +175,7 @@ public class AddressbookApplication extends BaseFrameworkSystem implements Appli
        }
 
        // Init client
-       client.initClient();
+       client.init();
 
        // Set client instance
        this.setClient(client);