搜索资源列表
dzbaiban
- 电子白板。电子白板有两种实现模型,一种是无白板服务器,因此仅支持两个用户直接连结;另一种是有白板服务器,原则上不限制同时上线人数和交谈室个数,具体实现上可视服务器性能和需要而定。本文要介绍属于后者。----当用户需用白板与他人交流时,需要先用浏览器连到Applet所在主页,Applet运行后会连接到该白板服务器,和服务器建立TCP连接。每个用户可以在自己的白板上(嵌在Applet画面中)绘制图形和输入文字,Applet会将这些信息通过已建立的网络连接发往白板服务器,并不断侦听、接收来自白板服务器
ColorButtonAction
- 此类主要功能为生成在“颜色选择对话框”中位于“颜色显示区”右边的“颜色按钮选择区” * 中的按钮所关联的Action对象,当相应的按钮被点击后,此Action关联动作将会对对相应 * 的滑动条以及其相关的文本输入框的可使用状态进行设定,同时设定滑动条及其相关的文本 * 框所显示的相应的值为所点击按钮所代表的R,G,B颜色值。-such key functions to generate the "color selection dialog" at the "col
使用lex分析java源程序
- Lex是美国Bell实验室用C语言研制的一个词法分析程序自生成工具。它的基本原理就是使用正则表达式扫描匹配文本,并为每一个匹配模式定义一些操作,当用C语言作宿主语言时,这些操作都由C语言实现。一种匹配的正则表达式可能会包含相关的动作。这一动作可能还包括返回一个标记。当 Lex 接收到文件或文本形式的输入时,它试图将文本与正则表达式进行匹配。它一次读入一个输入字符,直到找到一个匹配的模式。如果能够找到一个匹配的模式,Lex 就执行相关的动作(可能包括返回一个标记)。-Lex Bell Labora
2.3.2--图形用户界面起步(文本输入组件)
- JAVA图形用户界面起步(文本输入组件) 图形用户界面起步(文本输入组件).-Java graphical user interface start (text input components), graphical user interface start (text input components).
input
- 使用javascr ipt做的文本框輸入限定,文本框內只能輸入特定的字符-Use javascr ipt to do the text box to enter the limit, the text box can only enter a specific character
wenzixuanzhuan
- 可以将输入的文字进行旋转,并且可以对大小,颜色进行设置 -Can rotate the text input and can be of the size, color set
2.3.2
- 这是关于JAVA的图形用户界面起步的一个小程序和源码,关于文本输入组件-This is about JAVA graphical user interface to start a small program and source code, about the text input components
caishuziyouxi
- java随机数的问题 编写(Applet程序)一个猜数字的游戏。游戏规则如下:程序从1到10随机选择某个数让你猜,applet显示提示行:1到10之间猜一个数。玩者在文本区输入第一次猜的数,然后按回车。如果猜错了,程序显示“高了,继续”或“低了,继续”来帮助玩者接近正确值。当用户输入了正确的值,则程序显示“恭喜你猜对了,你很聪明~”,并清除文本框,使用户可以重新玩这个游戏。-java random numbers to prepare the (Applet Procedure)猜数字a g
TextBox
- 可以限制用户输入字符的输入框,比如说你可以限制用户只能输入阿拉伯数字,或者限制前面2为是字母,后面3位是数字等。-a text input box extend TextField,it can limit the character user enter.
JavaRMIWhiteBoard
- 本代码利用java rmi实现了一个基本的在线共享画图板功能。基本功能包括,用户成员管理,基本画图功能(各种线条、颜色、背景、基本图形选择、文字输入,清空),复制粘贴,保存、载入文件-This code is used to achieve a basic java rmi-online sharing drawing board. Basic features include, user membership management, and basic drawing functions (a
mongIM
- 蒙古文输入法java版,能够运行在Windows,Linux环境,只要支持java的环境都能处理蒙古文-Mongolian text input method java version, can run on Windows, Linux environment, as long as the support of the environment can handle java Mongolian
jtextareademo
- 一个Java 演示文本输入框的简单程序。-A Java demo text input box simple procedure.
MiniDrawPad
- 本程序通过调用JAVA提供的BasicStroke;Button; Color Container Graphics Panel ButtonGroup JFrame JComboBox;JCheckBox;JMenu;JMenuItem;ImageIcon;JPanel UIManager等基本类进行了简单的界面设计。 程序运用了JAVA中类的继承特性实现了对父类方法的调用,运用了ButtonHandler类用来侦听基本按钮的操作;运用ButtonHandler1类侦听颜色选择,画笔粗细设
voicexml_phone_survey_src
- VoiceXML is a markup language for creating voice-user interfaces. It uses speech recognition and/or touchtone (DTMF keypad) for input, and pre-recorded audio and text-to-speech synthesis (TTS) for output. It is based on the Worldwide Web Consortium s
See_EH_GUI
- This a UI that communicates over a serial port based on buttons pushed an executes its own scr ipts, saves/loads, text input, buttons, etc. -This is a UI that communicates over a serial port based on buttons pushed an executes its own scr ipts, saves
drawingpad
- 简易绘图板,实现基本绘图功能,以及文字输入,界面设计附有图标,颜色选择-Simple drawing board, to achieve the basic drawing functions, and text input, interface design with icons, colors, etc.
java2
- B01是一个从标签中输入字符或文本,回车后,从文本框中输出完全一样的字符或文本;Homework10_3是一个能做加减乘除的界面运算器-B01 is a character from the label or text input, Enter, the output from the text box exactly the same character or text Homework10_3 is an interface that can do addition, subtractio
Text
- 输入一组数字,获取随机抽取的数目,循环依次抽出相应的数字。例如:输入1,2,3,4,5,6,7循环抽取第三个数,数组变成为3,6,2,5,7,4,1-Enter a group of figures, the number of random access, loop to loop out the corresponding number. For example: taking the third cycle the number of input 1,2,3,4,5,6,7, 3,6,2,
text-editor
- 多文档界面文本编辑器,对输入的文字进行编辑-Multiple Document Interface text editor to edit the text input
html5-text-input-animation
- 本资源是HTML5动画效果,用到的是canvas,全部封装在一个Javascr ipt文件中,直接引用即可,当输入文字的时候,会出现漂亮的粒子动画效果,效果非常非常非常非常非常的不错!!!!!(This resource is HTML5 animation effect, used is canvas, all encapsulated in a Javascr ipt file, direct reference can, when the input text, will appear b