]> git.mxchange.org Git - addressbook-lib.git/blobdiff - Addressbook/src/org/mxchange/addressbook/client/gui/SwingClient.java
This call is no more needed
[addressbook-lib.git] / Addressbook / src / org / mxchange / addressbook / client / gui / SwingClient.java
index 83417e166f8e4f3e9aa468d2019aa1ad10e5ecd9..87686e9ecbbbd5d5f7532d9be766b7c9699cb88c 100644 (file)
@@ -41,9 +41,6 @@ public class SwingClient extends BaseClient implements Client {
 \r
        // Init contact manager here\r
        this.initContactManager(this);\r
-\r
-       // Fill menu map\r
-       this.fillMenuMap();\r
     }\r
 \r
     @Override\r
@@ -131,6 +128,6 @@ public class SwingClient extends BaseClient implements Client {
     @Override\r
     protected final void fillMenuMap () {\r
        // Nothing to fill here as the Swing frame is handling this all\r
+       throw new UnsupportedOperationException("Not implemented.");\r
     }\r
-    \r
 }\r