欢迎来到天天文库
浏览记录
ID:12179738
大小:285.00 KB
页数:25页
时间:2018-07-16
《jee课程设计实训教学示例项目《蓝梦教育集团即时通讯系统》(仿腾讯qq)——完善客户端系统信息主窗口类中的各个子面板和弹出式菜单程序类(第部分)》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、杨教授大学堂精心创作的优秀程序员职业提升必读系列资料J2EE课程设计实训教学示例项目《蓝梦教育集团即时通讯系统》(仿腾讯QQ)——完善客户端系统信息主窗口类中的各个子面板和弹出式菜单程序类(第2/2部分)1.1.1实现相关的弹出式菜单的功能1、FriendInfoTreeNodeSelfPopupMenu类(1)类名称为FriendInfoTreeNodeSelfPopupMenu,包名称为com.px1987.imsystem.client.frame.imsystemmainframe.tree,继承于com.px1987.imsystem.client.comp
2、onent.SelfDefineJPopupMenu_ImageBar类(2)编程该类杨教授大学堂,版权所有,盗版必究。25/25页杨教授大学堂精心创作的优秀程序员职业提升必读系列资料packagecom.px1987.imsystem.client.frame.imsystemmainframe.tree;importjavax.swing.ImageIcon;importjavax.swing.JCheckBoxMenuItem;importjavax.swing.JMenuItem;importcom.px1987.imsystem.client.compone
3、nt.SelfDefineJCheckBoxMenuItem;importcom.px1987.imsystem.client.component.SelfDefineJMenuItem;importcom.px1987.imsystem.client.component.SelfDefineJPopupMenu_ImageBar;importcom.px1987.imsystem.client.frame.IMSystemMainFrame;publicclassFriendInfoTreeNodeSelfPopupMenuextendsSelfDefineJPop
4、upMenu_ImageBar{privatestaticfinallongserialVersionUID=-3719946677412611465L;privateIMSystemMainFrameoneIMSystemMainFrame=null;publicIMSystemMainFramegetOneIMSystemMainFrame(){returnoneIMSystemMainFrame;}publicvoidsetOneIMSystemMainFrame(IMSystemMainFrameoneIMSystemMainFrame){this.oneIM
5、SystemMainFrame=oneIMSystemMainFrame;}privateJMenuItemimSpaceMenuItem=null;privateJMenuItemonePersonInfoMenuItem=null;privateJMenuItemupdateMyHeadImageMenuItem=null;privateJCheckBoxMenuItemshowMyHeadImageCheckBoxMenuItem=null;privateJMenuItemnetRecordMenuItem=null;privateJMenuItemgraftM
6、enuItem=null;publicFriendInfoTreeNodeSelfPopupMenu(){super();杨教授大学堂,版权所有,盗版必究。25/25页杨教授大学堂精心创作的优秀程序员职业提升必读系列资料}publicFriendInfoTreeNodeSelfPopupMenu(Stringlabel,IMSystemMainFrameoneIMSystemMainFrame){super(label);this.oneIMSystemMainFrame=oneIMSystemMainFrame;createThisTreeNodeSelfPopup
7、Menu();}publicFriendInfoTreeNodeSelfPopupMenu(Stringlabel){super(label);}publicFriendInfoTreeNodeSelfPopupMenu(ImageIconimageIcon){super(imageIcon);}privatevoidcreateThisTreeNodeSelfPopupMenu(){imSpaceMenuItem=newSelfDefineJMenuItem();imSpaceMenuItem.setText("IM空间");imSpaceMenu
此文档下载收益归作者所有