Signed-off-by:Roland Häder <roland@mxchange.org>
\r
/**\r
* Initializes contact manager\r
+ * \r
* @param client Client instance\r
*/\r
protected void initContactManager (final Client client) {\r
\r
// Init contact manager here\r
this.initContactManager(this);\r
-\r
- // Fill menu map\r
- this.fillMenuMap();\r
}\r
\r
@Override\r
@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