notepad

所属分类:Java编程
开发工具:Java
文件大小:417KB
下载次数:7
上传日期:2010-05-13 09:01:38
上 传 者chenyangdream
说明:  实现文本编辑的常用功能需求。能够实现txt格式文件的打开、编辑、保存,复制、粘贴等基本功能,能够在文件中进行查找和替换。本系统使用java中的swing菜单、工具栏、文本选择器和颜色选择器,创建一个简单的文本编辑器。该文本编辑器允许用户打开和保存文本文件,清空文本,以及改变文本的颜色和字体,对文本中选定的内容进行复制、粘贴等基本功能。同时能改变字体的颜色和字体等。
(Common text editing functions to achieve the demand. Txt format enables open, edit, save, copy, paste and other basic functions, can be carried out in the document find and replace. The system uses the swing java menus, toolbars, text and color selector selector, create a simple text editor. The text editor allows the user to open and save text files, clear text, and change the text color and font, the text in the selected content to copy, paste and other basic functions. Also change the font colors and fonts.)

文件列表:
B06031426_陈阳\B06031426_陈阳.doc (591360, 2009-09-14)
B06031426_陈阳\Notepad\about.gif (625, 2005-10-25)
B06031426_陈阳\Notepad\bold.gif (104, 2004-03-10)
B06031426_陈阳\Notepad\build\classes\.netbeans_automatic_build (0, 2009-09-13)
B06031426_陈阳\Notepad\build\classes\notepad\Notepad$1.class (1008, 2009-09-15)
B06031426_陈阳\Notepad\build\classes\notepad\Notepad$backgroundListener.class (1041, 2009-09-15)
B06031426_陈阳\Notepad\build\classes\notepad\Notepad$boldListener.class (865, 2009-09-15)
B06031426_陈阳\Notepad\build\classes\notepad\Notepad$copyListener.class (720, 2009-09-15)
B06031426_陈阳\Notepad\build\classes\notepad\Notepad$cutListener.class (716, 2009-09-15)
B06031426_陈阳\Notepad\build\classes\notepad\Notepad$deleteListener.class (930, 2009-09-15)
B06031426_陈阳\Notepad\build\classes\notepad\Notepad$exitListener.class (675, 2009-09-15)
B06031426_陈阳\Notepad\build\classes\notepad\Notepad$foregroundListener.class (1041, 2009-09-15)
B06031426_陈阳\Notepad\build\classes\notepad\Notepad$help.class (1442, 2009-09-15)
B06031426_陈阳\Notepad\build\classes\notepad\Notepad$italicListener.class (871, 2009-09-15)
B06031426_陈阳\Notepad\build\classes\notepad\Notepad$ListenActionForJfilechooser.class (2933, 2009-09-15)
B06031426_陈阳\Notepad\build\classes\notepad\Notepad$ListenActionForJfilechooser1.class (2969, 2009-09-15)
B06031426_陈阳\Notepad\build\classes\notepad\Notepad$myversion.class (1175, 2009-09-15)
B06031426_陈阳\Notepad\build\classes\notepad\Notepad$myWindowListener1.class (832, 2009-09-15)
B06031426_陈阳\Notepad\build\classes\notepad\Notepad$myWindowListener2.class (739, 2009-09-15)
B06031426_陈阳\Notepad\build\classes\notepad\Notepad$NewListener.class (745, 2009-09-15)
B06031426_陈阳\Notepad\build\classes\notepad\Notepad$pasteListener.class (724, 2009-09-15)
B06031426_陈阳\Notepad\build\classes\notepad\Notepad$selectListener.class (731, 2009-09-15)
B06031426_陈阳\Notepad\build\classes\notepad\Notepad$showver.class (736, 2009-09-15)
B06031426_陈阳\Notepad\build\classes\notepad\Notepad$showversion.class (768, 2009-09-15)
B06031426_陈阳\Notepad\build\classes\notepad\Notepad.class (7947, 2009-09-15)
B06031426_陈阳\Notepad\build\classes\notepad\Notepad.rs (647, 2009-09-13)
B06031426_陈阳\Notepad\build.xml (3716, 2009-09-09)
B06031426_陈阳\Notepad\copy.gif (564, 2004-03-10)
B06031426_陈阳\Notepad\cut.gif (157, 2004-03-10)
B06031426_陈阳\Notepad\dist\Notepad.jar (39396, 2009-09-13)
B06031426_陈阳\Notepad\help.gif (342, 1999-06-03)
B06031426_陈阳\Notepad\Italic.gif (95, 2004-03-10)
B06031426_陈阳\Notepad\java.gif (157, 2005-10-25)
B06031426_陈阳\Notepad\manifest.mf (85, 2009-09-09)
B06031426_陈阳\Notepad\nbproject\build-impl.xml (34057, 2009-09-09)
B06031426_陈阳\Notepad\nbproject\genfiles.properties (455, 2009-09-09)
B06031426_陈阳\Notepad\nbproject\private\private.properties (266, 2009-09-09)
B06031426_陈阳\Notepad\nbproject\private\private.xml (211, 2009-09-17)
B06031426_陈阳\Notepad\nbproject\project.properties (1908, 2009-09-09)
... ...

======================== BUILD OUTPUT DESCRIPTION ======================== When you build an Java application project that has a main class, the IDE automatically copies all of the JAR files on the projects classpath to your projects dist/lib folder. The IDE also adds each of the JAR files to the Class-Path element in the application JAR files manifest file (MANIFEST.MF). To run the project from the command line, go to the dist folder and type the following: java -jar "Notepad.jar" To distribute this project, zip up the dist folder (including the lib folder) and distribute the ZIP file. Notes: * If two JAR files on the project classpath have the same name, only the first JAR file is copied to the lib folder. * Only JAR files are copied to the lib folder. If the classpath contains other types of files or folders, none of the classpath elements are copied to the lib folder. In such a case, you need to copy the classpath elements to the lib folder manually after the build. * If a library on the projects classpath also has a Class-Path element specified in the manifest,the content of the Class-Path element has to be on the projects runtime path. * To set a main class in a standard Java project, right-click the project node in the Projects window and choose Properties. Then click Run and enter the class name in the Main Class field. Alternatively, you can manually type the class name in the manifest Main-Class element.

近期下载者

相关文件


收藏者