用Java程序编写一个记事本程序的设计报告.docx

上传人:王** 文档编号:694613 上传时间:2023-12-10 格式:DOCX 页数:25 大小:170.88KB
下载 相关 举报
用Java程序编写一个记事本程序的设计报告.docx_第1页
第1页 / 共25页
用Java程序编写一个记事本程序的设计报告.docx_第2页
第2页 / 共25页
用Java程序编写一个记事本程序的设计报告.docx_第3页
第3页 / 共25页
用Java程序编写一个记事本程序的设计报告.docx_第4页
第4页 / 共25页
用Java程序编写一个记事本程序的设计报告.docx_第5页
第5页 / 共25页
用Java程序编写一个记事本程序的设计报告.docx_第6页
第6页 / 共25页
用Java程序编写一个记事本程序的设计报告.docx_第7页
第7页 / 共25页
用Java程序编写一个记事本程序的设计报告.docx_第8页
第8页 / 共25页
用Java程序编写一个记事本程序的设计报告.docx_第9页
第9页 / 共25页
用Java程序编写一个记事本程序的设计报告.docx_第10页
第10页 / 共25页
亲,该文档总共25页,到这儿已超出免费预览范围,如果喜欢就下载吧!
资源描述

《用Java程序编写一个记事本程序的设计报告.docx》由会员分享,可在线阅读,更多相关《用Java程序编写一个记事本程序的设计报告.docx(25页珍藏版)》请在优知文库上搜索。

1、用Java程序编写一个记事本程序的设计报告学习中心(点):泾阳学习中心专业:计算机科学与技术层次:专升本姓名:李永固批次:112目录一、设计分析1二、程序结构1三、各模块的功能及程序说明21、类设计22、主要功能代码实现4四、源程序9五、操作方法20六、试验结果20七、设计体会22用Java程序编写一个记事本程序的设计报告一、设计要求1.用图形用户界面实现。2.能实现编辑、保存、另存为、查找替换等功能。二、程序结构流程图:图1基本流程图本JaVa文本编辑器功能设计如下:基本功能图2基本功能图各模块的功能及程序说明U类设计(1)类MiniTeXt,包括initTextPane方法初始化面板,in

2、itMenu()方法初始化菜单,InitAboutDiaIogO方法初始化关于对话框,initToolBar()方法初始化工具栏,MitRightKeyO方法初始化右键设置,等方法。类成员如下:,三厚天言萌二:file:Filecolor:ColorgetFont:GraphiCsEnviroiunentAfonts:Fonttext:JTextPanefilechooser:JFileChoosercolorchooser:JCoIorChoOSerabout:JlHaIogmenubar:JMenuBariiprt:Printerjobdate:GregoriaikCalendrt:Str

3、ingtime:JLabeldatetime:runtimeO1.-otoolbar:JToolBarfIlepopup:JPoPUPMenUUUndo:JMenuItemOQ0ccut:JMenuItemccopy.JMenultemPPaSte:JMenUItemi,-三Oddelete:JMenUltem.I*Ae必ASselectallJMexHlIteminitRightKeyOrMiniTextOinitTextPaneOmenus:JMenuIBenuitems:JMenuIteminitMenuOaction:ActioxiListenerSaVeFiieOopenFileOi

4、nitAboutDialogbuttons:JButtoninitToolBarO(2)类LOading(实现登陆)类成员如下:W导入声明(UuThread:Threadprogress.JProgressBar.cLoading。0startO求人runO(3)类runtime(实现时间同步)类成员如下:O导入声明datetime:ThreadCruntime0CArun()(4)类MainFUnCtiOn(包含主函数)类成员如下:/三i三HjQSmain(Strng)2、主要功能代码实现(1)登陆界面:classLoadingextendsJWindowimplementsRunnable

5、ThreaddluThread=null;privateJProgressBarprogress;publicLoadingOSetCUrSor(CUrSor.getPredefinedCurs0r(Cursor.WAIT-CURSOR);/设置光标为等待状态JPaneIdlu=newJPaneKnewBorderLayoutO);URLurl=getClass().getResource(,VimagesZloadingjpg);if(url!=null)dl.add(newJButton(newImageIcon(Url),BorderLayout-CENTER);progress=new

6、JProgressBar(1,100);progress.SetStringPainted(Irue);progress.setBorderPainted(true);progress.setBackground(Color.white);progress.setForeground(Color.green);dlu.add(progress,BorderLayout.SOUTH);setContentPane(dlu);设置窗口属性为登陆面板属性Dimensionscreen=getToolkit().getScreenSize();pack();显示登陆界面setLocation(scre

7、en.width4,screen.height/4);设置登陆界面始终在屏幕中间显示publicvoidstart()Hthis.toFront();dluThread=newThread(Ihis);dluThread.start();publicvoidrun()show。;tryfor(inti=0ji100ji+)Thread,sleep(100);progress.setValue(progress.getValue()+1);progress.setString(,欢迎进入迷你编辑,请稍后,+i+%,);catch(Exceptionex)ex.printStackTrace();

8、dispose。;/关闭登陆界面(2)时间标签:classruntimeextendsJButtonimplementsRunnableThreaddatetime=null;publicruntime()publicvoidrun()for(;)/java.utiLDatetineer=newjava.util.Date();Calendarnow=Calendar.getlnstance();intyearl=now.get(Calendar.YEAR);intOionthl=IiOWaget(CalendarAlONTH);intdayl=now.get(Calendar.DAY_OF_

9、MONTH);inthourl=now.get(Calendar.HOUR);intminute1=now.get(CalendarAlINUTE);intsec=now.get(CalendanSECOND);setText(yearl,*年“+nwnthl+月”+dayl+“日+hourl+!+minutel+T+sec);/Systeni.out.println(now.get(Calendar.DAY_OF_MONTH)-60);UyThread.currentThread().sleep(1000);catch(InterruptedExceptione)(3)右键的实现:voidi

10、nitRightKey()filepopup=new.PopupMenu();IlIIiId=IIeWJMeIlIIItem(”撤消(U);uundo.setMnemonic(*U*);CCilt=IWWJMeIlUltem(剪切(T);ccuLsetMnemonic(,T,);CCOPy=newJMenuItemr复制(C)”);ccopy.setMnenonic(,C1);ppaste=newJMenIlItem(粘贴(V);ppaste.setMnemonic(,V,);ddelete=newJMenuItemC删除(D);ddeletesetMnemonic(D);SSeIectall

11、=DewJMeIlUltem(”全选(八));sselectall.setMnemonic(A1);filepopup.add(uundo);11lepopup.addSeparator();lepopup.add(ccut);filepopup.add(ccopy);filepopup.add(ppaste);filepopup.add(ddelete);lepopup.addSeparator();filepopup.add(sselectall);uundoaddActionListener(action);ccuLaddActionListener(action);CCOPy.addA

12、ctionListener(action);ppaste.addActionListener(action);ddelete.addActionListener(action);sselectall.addActionListener(action);text.addMouseListener(newMouseAdapter()publicvoidnousePressed(MouseEventevent)checkForTriggerEvent(event);publicvoidHiouseReleasedfMouseEventevent)=WORD完整版.一可编辑-专业资料分享=checkF

13、orTrgerEvent(event);publicvoidCheckForTrigerEvent(MouseEventevent)if(event.isPopupTrigger()filepopup.show(event.getComponent(),event.getX(),event.getY(););(4)打开、保存、复制、粘贴、撤销等功能事件响应实现:/事件处理ActionListeneraction=newActionListenerOpublicvoidactionPerforned(ActionEvente)JMenuItenimi=(JMenuIten)egetSource(

14、);Stringid=mi.getText();if(idequals(新建”)Datedate=newDate();text.setText(date.toString();file=null;elseif(id.equals(”打开”)if(file!=null)f0echoosersetSelectedFile(file);为用户选择文件提供了一种简单的机制intreturnVal=(IIeChOOSer.ShowOpenDialog(MiniTexLthis);if(returnVal=JFileChoosenAPPROVE.OPTION)file=filechooser.getSelectedFile();OPenFile0;elseif(idequals(”保存”)if(file!=null)filechooser.setSelectedFile(file);intreturnVal=flechoosenshowSaveDialog(MiniText.this);if(returnVal=JFileCho

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > IT计算机 > Java

copyright@ 2008-2023 yzwku网站版权所有

经营许可证编号:宁ICP备2022001189号-2

本站为文档C2C交易模式,即用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。装配图网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知装配图网,我们立即给予删除!