搜索资源列表
TextFileViewer
- 文件查看器 创建一个包含TextArea区域的窗口,在该区域中显示打开的文本文件的内容-document viewer to create a regional TextArea contains a window in the region had shown open the contents of text files
java
- Java图形用户界面程序设计 程序需要说明每种最常用的GUI组件(如Label,TextField,TextArea,Button,Checkbox,Choice,List)是如何被显示和访问的,同时也要说明用于每个组件的本地事件处理方法。
TextAreaEvent
- 只有两个简简单单的TEXTAREA。送给JAVA初学者。
CountWord
- 编写一个Java应用程序,使用RandomAccessFile流统计Hello.txt中的单词,要求如下: (1)计算全文中共出现了多少个单词(重复的单词只计算一次); (2)统计出有多少个单词只出现了一次; (3)统计并显示出每个单词出现的频率,并将这些单词按出现频率高低顺序显示在一个TextArea中 -Write a Java application, using the RandomAccessFile stream statistics
textarea
- This javascr ipt creates Dreamweaver-like textareas.
InsertAtCursorPos
- 本文提供了用Javascr ipt在input type="text"和TextArea的光标处插入字符串的例子。-This article provides the use of Javascr ipt in the input type =
xheditor-zh-cn
- xhEditor是一个基于jQuery开发的简单迷你并且高效的可视化XHTML编辑器,基于网络访问并且兼容IE 6.0-8.0,Firefox 3.0,Opera 9.6,Chrome 1.0,Safari 3.22。 Features(特点): Small:初始加载5个文件,包括:1个js(36k)+2个css(6k)+2个图片(4k),总共46k。若js和css文件进行gzip压缩,可以进一步缩减为18k左右。 Fast:基于jQuery引擎开发,提供高效的
77
- 利用图形界面编写一个简单的文本编辑器,包含一个文本域和一个保存按钮。 单击保存按钮将文本域(TextArea)中的内容保存到一个文本文件mytext.txt中。 -Graphical interface written using a simple text editor, contains a text field and a Save button. Click the Save button to text field (TextArea) the contents of the
test1.1
- 有A和B两个页面,A页面上有一个textArea和button. 1.当点击A页面上的button时,把textArea的值传递到B页面上面显示出来. 2.要求用GET与POST传值方式(传值可以是任意字符). -There are two pages A and B, A page has a textArea and button. 1. When you click on A button on the page when the value of the textArea p
Dialog
- a simple text java application that performs title change in a awt window, via textarea-a simple text java application that performs title change in a awt window, via textarea..
TextArea
- A simple java application which waits for imput from 2 textareas...If the Name imput is "Ion" and the password "java" (without quotes), the program would display a status for succes..it is showed a message with acces denied if else.
WinFrame
- java写的一个留言板,可供课程设计参考。 程序带有一个Access数据库。允许添加留言、删除留言、表情管理、翻页... import java.awt.* import java.awt.event.* import java.sql.* class dlg extends Frame{ Panel p1=new Panel() //East面板 Panel p2=new Panel() //South面板 Button bt1=new But
lab04
- GUI设计(1): 掌握容器、组件的概念; 熟悉常用容器Frame、Panel等的使用; 熟悉常用组件Label、Button、TextField、TextArea、List、Choice、Checkbox等使用。-GUI design (1) : Master containers, the concept of components Familiar with the commonly used Frame, Panel of the containers used
lab05
- GUI设计(2): 掌握常用布局管理器的使用; 掌握下拉式菜单(一级、二级)的设计——创建菜单条、菜单、菜单项对象,并进行正确的装配; 熟悉一般对话框、文件对话框的创建、使用; 继承熟悉Frame、Panel、Label、Button、TextArea等组件的使用。-GUI design (2) : Master layout manager use common Master pull-down menu (level 1, level 2) design-creat
UBB
- 使用div模拟textarea并在其中插入图片代码-Use div simulation textarea and insert picture code
Mouse
- 实现在TextArea中输出最后一次鼠标单击的x,y坐标和连续单击的次数。-In the output of the TextArea realize the last time the mouse click of the x, y and continuous click on the number of times.
template
- 各自各样的html标签封装,包括select、input、text、textarea等待-Each variety of HTML tags enclosed, including select, input, text, textarea wait
Behave.js-master
- Behave.js是一个轻量级的Javascr ipt库,为普通的textarea编辑框提供了IDE风格的行为-Behave.js is a lightweight Javascr ipt library for ordinary textarea edit box IDE style behavior
jquery-expandable-master
- Expandable是由Brandon Aaron开发的jQuery插件,可以根据用户的输入自动缩放textarea文本框的大小。-Expandable is a jQuery plugin developed by Brandon Aaron, according to the user' s input automatically scale the size of the textarea text box.
myTextArea
- 仿QQ样式的文本框控件(包括获取焦点时的虚框显示)(Imitation QQ style textarea (including input focus gridlines display))