搜索资源列表
book
- 记事本:新建,保存,另存为,退出,编辑:复制,粘贴,剪切,格式:字体(有系统所有字体和大小),自动换行-Notepad: New, Save, Save As, quit, editing: copy, paste, cut, format: font (with all system fonts and size), wrap
IO
- Reads/writes text as a character stream, buffering characters so as to provide for the efficient reading/writing of characters, arrays, and lines. The buffer size may be specified, or the default size may be used. The default is large enough for
MyJavaNotepad
- 这是本人在大二下暑假期间用JAVA写的记事本,虽然实现了一部分功能,其中包括界面上的菜单,编辑区域和状态栏:菜单中有文件菜单项(新建,打开,保存,另存为,退出),编辑菜单项(撤销,剪切,复制,粘帖,删除,查找,查找下一个,替换,全选,时间/日期),格式菜单项(自动换行,字体),查看菜单项(状态栏),帮助菜单项(帮助主题,关于记事本);编辑区域实现右键弹出菜单(撤销,剪切,复制,粘帖,删除,全选);状态栏实现相关信息的显示等。但还有一部分功能由于本人水平有限,所以没能实现。-This is my
ClassStudent
- 输入学生信息,包括学号/姓名/年龄,依次输入一个学生信息, 格式如下:Scanner 1,张三,20 输入完学生信息后,输入over代表结束 要求:保存所有学生的信息(List),并计算出平均年龄 学生类/Test(main) 封装/多态/重写equals hashCode toString/List/Integer 正则校验/字符串拆封 -Enter student information, including Student ID/name/age
notebook
- 文件:新建,保存,另存为,退出 编辑:复制,粘贴,剪切, 格式:字体(有系统所有字体和大小),自动换行, 能实现以上所有功能-File: New, Save, Save As, Exit Edit: Copy, paste, cut, format: font (with all system fonts and size), word wrap, can achieve all of the above functions
FindElement
- 用JAVA实现记事本功能,包括保存、另存为、查找、查找下一个、自动换行等-Notepad Application Using JAVA functions, including Save, Save As, Find, Find Next, wrap, etc.
NODPAD
- 另一种用JAVA编写的记事本代码,可以实现诸如保存、自动换行等功能-Another notebook with code written in JAVA, can be achieved, such as preservation, and other functions Wrap
Java4
- Java学习实例笔记5-换行显示数据,些为分行显示的判断代码,专为初学者上传-Java study notes an instance 5- wrap data, some of the branches appear to determine the code for beginners Upload
ScrollTextArea
- 带有滚动条的文本域,可设置是否自动换行,可设置字符边界或单词边界-Text field with scroll bar, you can set whether to automatically wrap, you can set the character boundary or word boundary
notepadexap
- 使用java Swing做界面,模拟Windows的一个记事本,能新建保存文件,同时能改变字体,改变字体颜色,实现了自动换行。很实用-Done using java Swing interface to simulate a Windows Notepad, save the file to the new, and change the font, change the font color, to achieve a wrap. Very useful
notepadwork
- 使用java Swing做界面,模拟Windows的一个记事本,能新建保存文件,同时能改变字体,改变字体颜色,实现了自动换行。很实用-Done using java Swing interface to simulate a Windows Notepad, save the file to the new, and change the font, change the font color, to achieve a wrap. Very useful
Notebook
- 仿windows自带记事本风格,没有实现自动换行和全部替换功能,字体变换有点奇怪-Imitation windows built-in Notepad style wrap and replace all the font transform a bit strange
DragTextDemo
- 摘要:Java源码,文字字符,文本拖动 Java文本的拖动处理,Java实现文本拖动的源代码,创建字符数组,用于构造列表框,设置自动换行,实例化拖动目标为标签,实例化分隔面板,拖动操作处理在DragLabel.java中,接受拖动、得到拖动数据、设置标签的文本、结束拖动。 -the Java source code, character, text and dragJava text drag handle, Java text drag source code, create a
fonttoimage
- 将文字转换成图片,并且可以讲文字在图片中自动换行,简单易用,有java 源码 和相关jar包在里面-Convert the text into a picture, and can speak the text in the picture Wrap, simple and easy-to-use, java source jar wrapped inside
Notebook
- 本程序要构建的记事本程序参照了Windows操作系统的记事本工具,其功能有以下几个方面: (1) 菜单栏中有“文件”,“编辑”,“格式”“关于”四个主菜单。 (2)“文件”有“新建”“打开”“保存”“另存为” “退出”四个子菜单:分别用于文件的新建,打开,保存,另存以及退出。 (3)“编辑”中有“剪切”“复制”“粘贴”三个字菜单:用于剪切文字,复制文字,粘贴文字。 (4)“格式”中有“自动换行”“字体”“颜色”三个子菜单:分别用于对文本区的换行设置及文字字体和颜色的设置。
lgnote
- 这是一个简单的记事本程序,由java语言编写。有新建,打开,保存,退出。可以设置字体大小,颜色,以及自动换行。-This is a simple notepad program by java language. New, Open, Save, Exit. You can set the font size, color, and automatically wrap.
jquery-easyListSplitter
- Easy List Splitter插件将获取到的list和wrap装入一个container div,生成相应的列表项,并且生成一个有效的HTML代码。-Easy List Splitter plug-in will get to the list and wrap loaded into a container div, generate the list items, and generate a valid HTML code.
NoteBook
- 该程序的功能类似于Windows记事本,Windows记事本有的功能JAVA记事本程序都有,主要实现的 功能有:新建、打开、保存、另存和打印文本、撤消、重载、自动换行、字体颜色、背景颜色、字体、打开图片、查找替换、字数统计插入时间、右键菜单(包含复制、粘贴、剪切、删除、撤消、重载、全选、帮助信息这些功能)、系统托盘。-The program' s function is similar to the Windows Notepad, Windows Notepad, some featur
tickler
- 功能简介:文件:新建,保存,另存为,退出编辑:复制,粘贴,剪切,格式:字体(有系统所有字体和大小),自动换行,替代,查找可以加载图片的。-Features: File: New, Save, Save As, Exit Edit: Copy, paste, cut, Format: Font (with all fonts and size of the system), word wrap, alternative, find that you can load images.
AESWrapEngine
- an implementation of the AES Key Wrapper from the NIST Key Wrap Specification for Andriod.
