农历记事本分析和总结.docx

  1. 1、本文档共21页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多

importjavax.swing.*;importjava.awt.*;importjava.awt.event.*;importjava.io.*;

importjava.util.*;

publicclassEx01extendsJFrameimplementsItemListener,FocusListener,ActionListener{JMenuBarmb;

JMenum1,m2,m3,m33;

JMenuItemm11,m12,m13,m21,m22,m23,m31,m32,m331,m332;JCheckBoxMenuItemnl;

JSplitPanejsp1;

JPanelpl1,pl2,pl3,pl4,p21,p22,p23;Boxb1,b2;

JLabeldateLabel,dateLabe2,l1=newJLabel(选择年份:),l2=newJLabel(月份:);

JLabelJ6=newJLabel(星期六,JLabel.CENTER),J7=newJLabel(星期日,JLabel.CENTER);

JButtonrlBut[]=newJButton[42];JTextAreanoteTxt;

JButtonsaveBut,delBut;JScrollPanescp;

Ex03rl;

JComboBoxmonthcmb,yearcmb;

Stringmonthstr[]={1,2,3,4,5,6,7,8,9,10,11,12};

Ex01(Strings){

super(s);

this.getMenu();//菜单设计this.getEx01();//主界面设计

/////日历显示////////rl=newEx03();rl.initDays();rl.setDays();

for(inti=0;irlBut.length;i++){rlBut[i].setLabel(rl.getDays()[i]);

}

//////////

this.addWindowListener(newWindowAdapter(){//关闭窗体时退出应用程序publicvoidwindowClosing(WindowEvente){

System.exit(0);

}

});

this.setBounds(100,110,600,350);this.setVisible(true);

this.setResizable(false);

}

privatevoidgetMenu(){mb=newJMenuBar();

m1=newJMenu(文件);

m11=newJMenuItem(打开,newImageIcon(.//open.gif));

m11.setAccelerator(KeyStroke.getKeyStroke(KeyEvent.VK_O,InputEvent.CTRL_MASK));m11.addActionListener(this);

m1.add(m11);

m12=newJMenuItem(保存,newImageIcon(.//save.gif));

m12.setAccelerator(KeyStroke.getKeyStroke(KeyEvent.VK_S,InputEvent.CTRL_MASK));m12.addActionListener(this);

m1.add(m12);m1.addSeparator();

m13=newJMenuItem(退出);

m1.add(m13);

mb.add(m1);

m2=newJMenu(编辑);

m21=newJMenuItem(复制,newImageIcon(.//copy.gif));

m21.setAccelerator(KeyStroke.getKeyStroke(KeyEvent.VK_C,InputEvent.CTRL_MASK));m2.add(m21);

m22=newJMenuItem(剪切,newImageIcon(.//cut.gif));

m22.setAccelerator(KeyStroke.getKeyStroke(KeyEvent.VK_X,InputEvent.CTRL_MASK));m2.add(m22);

m23=newJMenuItem(粘贴,newImageIcon(.//paste.gif));

m23.setAccelerator(KeyStroke.getKeyStroke(KeyEvent.VK_V,InputEvent.CTRL_M

文档评论(0)

hao187 + 关注
官方认证
内容提供者

该用户很懒,什么也没介绍

认证主体武汉豪锦宏商务信息咨询服务有限公司
IP属地上海
统一社会信用代码/组织机构代码
91420100MA4F3KHG8Q

1亿VIP精品文档

相关文档