资源描述:
《毕业设计(论文)-JAVA实现文本编辑器》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、本科毕业论文题目:JAVA实现文本编辑器学生姓名:学院:专业:班级:指导教师:二〇一二年月35摘要当今,计算机以及网络技术的飞速发展,社会正快速向信息化社会前进,我们需要更智能,更专业的软件帮助我们完成工作,从而提高了工作效率。目前文本编辑器种类很多,所提供的功能也很多,但是能满足用户实现多种功能和进行Java的编译与运行很少,不能更好的适应当前用户的要求。本设计所完成的文本编辑器功能是针对学习Java程序语言,因此我们利用Java程序设计虚拟机和软件对用户及使用者的应用过程形成一整套完整的编写代码,编译,运行。本文本编辑器的开发主要包括界面窗口的菜单栏和工具栏以及树结
2、构,还有链接Java虚拟机实现编译与运行。使用SUN公司的Java中的GUI作为开发技术,利用其提供的各种类与接口,首先建立系统应用原型。本文本编辑器的开发采用JDK6.0和Eclipse9为开发工具,操作系统为Linux/Windows2000/WindowsXP等。但是能满足用户实现多种功能和进行Java的编译与运行很少,关键词:面向对象程序设计,GUI,文本编辑器,编译,运行35AbstractNow,computerandinternetareexperienceasharpdevelopment,theinformationautomaticfunctioni
3、smoreandmorepowerful,andoursocietyissteppingintheinformationage.So,moreIntelligenceandmorespecializedsoftareneededtohelpusimprovetheefficiencyinjob.Atpresentthetexteditortypearemany,thefunctionprovidedarealsomanytoo,ButcansatisfytheuserformanykindsoffunctionsandcanuseJavaforthetranslatio
4、nanddebugareveryfew,socannotadaptcurrentuser'srequestmuchbetter.ThisdesigncompletesthetexteditorfunctionisaimsattheJavabeginnerwhostudytheJavaprogramlanguage,ThereforeweusetheJavaprogramminghypothesizedmachineandsoftwareformanentiresetofcompletecompilationcodetotheformationuser'sapplicat
5、ionprocess,translation,debug.Thistexteditor'sdevelopmentmainlyincludesthecontactofsurfacemenuofthewindowandthetoolfenceaswellasthetreestructure,alsolinkstothejavahypothesizedmachinetothetranslationanddebug.UseJavaGUIAPI,andtheclassesofSUNCorporationtofoundtheinitialprototypesystem,then,c
6、arriesonthedemanditerationtotheinitialprototypesystem,unceasinglyreversingandimprovement,untilformsthefeasiblesystem.Thistexteditor'sdevelopmentusesJDK6.0andEclipse9asthedevelopmentkit,operatesystemforLinux/Windows2000/Windows/XPKeywords:OOP,java,GUI(GraphicalUserInterface),texteditor,tr
7、anslation,debug.35目录前 言11问题的提出及可行性研究21.1问题的提出及定义21.2可行性研究21.2.1对现行文本编辑器的分析22用户需求分析42.1用户调查42.2确定目标系统的功能43系统设计与开发环境53.1系统相关类的设计53.2开发语言及其开发环境93.2.1开发语言概述93.2.2Java开发环境——JDK的介绍103.3环境变量的设置113.3.1.环境变量的作用113.3.2如何设置环境变量124关键技术和源代码的实现134.1关键技术剖析134.2源码分析135系统测试325.1测试方案325.2测