摘 要
随着计算机以及网络技术的飞速发展,社会正快速向信息化社会前进,我们需要更智能,更专业的软件帮助我们完成工作,从而提高了工作效率。
目前面向对象技术的文本编辑器种类很多,所提供的功能也很多,但是能满足用户实现多种功能和进行Java的编译与运行很少,不能更好的适应当前用户的要求。本设计所完成的面向对象技术的文本编辑器功能是针对学习Java程序语言,因此我们利用Java程序设计虚拟机和软件对用户及使用者的应用过程形成一整套完整的编写代码,编译,运行。
本面向对象技术的文本编辑器的开发主要包括界面窗口的菜单栏和工具栏以及树结构,还有链接Java虚拟机实现编译与运行。使用SUN公司的Java中的GUI作为开发技术,利用其提供的各种类与接口,首先建立系统应用原型。
本面向对象技术的文本编辑器的开发采用JDK6.0和 UltraEdit为开发工具,操作系统为Windows98/Windows 2000/Windows XP等。
关键词:面向对象程序设计,GUI,面向对象技术的文本编辑器,编译,运行
Abstract
With the rapid development of computer and network technology, society is rapidly advancing towards the information society, we need to be more intelligent, more professional software helps us to complete the work, improving work efficiency.
Currently object-oriented technology, many different types of text editor, the functionality provided by a lot, but to meet the user a variety of functions and conduct Java compiler and run small, not better adapt to the requirements of the current user. The complete object-oriented design techniques function text editor for learning Java programming language, so we use Java programming virtual machines and software on the user and the user's application during the formation of a complete set of writing code, compile and run.
The object-oriented technology development text editor includes a menu bar and toolbar as well as a tree structure, as well as links to the Java virtual machine interface window to achieve compile and run. SUN's Java using the GUI as a development technology, using a variety of classes and interfaces provided, first set up the system application prototype.
The object-oriented technology development using a text editor UltraEdit JDK6.0 and development tools, operating systems Windows98 / Windows 2000 / Windows XP and so on.
Keywords: object-oriented programming, GUI, object-oriented technology, text editor, compiler, run
目 录
第1章 面向对象技术的文本编辑器设计可行性研究 1
1.1 面向对象技术的文本编辑器问题的提出及定义 1
1.2 面向对象技术的文本编辑器可行性研究 2
1.2.1 对现行面向对象技术的文本编辑器的分析 2
1.2.2 新面向对象技术的文本编辑器的可行性研究分析 2
1.3 用户调查 3
1.4确定目标系统的功能 3
第2章 面向对象技术的文本编辑器设系统设计与开发环境 5
2.1系统相关类的设计 6
2.2 开发语言及其开发环境 9
2.2.1开发语言概述 9
2.2.2 Java开发环境——JDK的介绍 11
2.3 环境变量的设置 12
2.3.1.环境变量的作用 12
2.3.2 如何设置环境变量 13
第3章 面向对象技术的文本编辑器关键技术和源代码的实现 15
3.1 关键技术剖析 15
3.2 源码分析 16
第4章 面向对象技术的文本编辑器系统测试 42
4.1 测试方案 42
4.2 测试项目 42
4.3 编辑器截图演示 43
第5章 总结 44
致 谢 45
参考文献 46
外文资料原文 47
译文 52