首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > J2SE开发 >

,求解释

2012-06-06 
求助,求解释!Java codepublic LoginFrame(){init()regeListener()EMethodMapManage.addMethodMap(Dialo

求助,求解释!

Java code
public LoginFrame(){        init();        regeListener();        EMethodMapManage.addMethodMap("Dialog:showLogin", this, "showDialog");        EMethodMapManage.sendMethodMessage("theme:add", this, this);    }


谁帮我解释这个方法中的
EMethodMapManage.addMethodMap("Dialog:showLogin", this, "showDialog");
EMethodMapManage.sendMethodMessage("theme:add", this, this);
这两句话的意思?

[解决办法]
EMethodMapManage这个类是从哪来的?
贴出来看看。

热点排行