CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java 搜索资源 - text input

搜索资源列表

  1. dzbaiban

    0下载:
  2. 电子白板。电子白板有两种实现模型,一种是无白板服务器,因此仅支持两个用户直接连结;另一种是有白板服务器,原则上不限制同时上线人数和交谈室个数,具体实现上可视服务器性能和需要而定。本文要介绍属于后者。----当用户需用白板与他人交流时,需要先用浏览器连到Applet所在主页,Applet运行后会连接到该白板服务器,和服务器建立TCP连接。每个用户可以在自己的白板上(嵌在Applet画面中)绘制图形和输入文字,Applet会将这些信息通过已建立的网络连接发往白板服务器,并不断侦听、接收来自白板服务器
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:86699
    • 提供者:guoxiling
  1. ColorButtonAction

    0下载:
  2. 此类主要功能为生成在“颜色选择对话框”中位于“颜色显示区”右边的“颜色按钮选择区” * 中的按钮所关联的Action对象,当相应的按钮被点击后,此Action关联动作将会对对相应 * 的滑动条以及其相关的文本输入框的可使用状态进行设定,同时设定滑动条及其相关的文本 * 框所显示的相应的值为所点击按钮所代表的R,G,B颜色值。-such key functions to generate the "color selection dialog" at the "col
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1478
    • 提供者:张晨
  1. 使用lex分析java源程序

    0下载:
  2. Lex是美国Bell实验室用C语言研制的一个词法分析程序自生成工具。它的基本原理就是使用正则表达式扫描匹配文本,并为每一个匹配模式定义一些操作,当用C语言作宿主语言时,这些操作都由C语言实现。一种匹配的正则表达式可能会包含相关的动作。这一动作可能还包括返回一个标记。当 Lex 接收到文件或文本形式的输入时,它试图将文本与正则表达式进行匹配。它一次读入一个输入字符,直到找到一个匹配的模式。如果能够找到一个匹配的模式,Lex 就执行相关的动作(可能包括返回一个标记)。-Lex Bell Labora
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2994
    • 提供者:万宏兴
  1. 2.3.2--图形用户界面起步(文本输入组件)

    0下载:
  2. JAVA图形用户界面起步(文本输入组件) 图形用户界面起步(文本输入组件).-Java graphical user interface start (text input components), graphical user interface start (text input components).
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:5853
    • 提供者:海波
  1. input

    0下载:
  2. 使用javascr ipt做的文本框輸入限定,文本框內只能輸入特定的字符-Use javascr ipt to do the text box to enter the limit, the text box can only enter a specific character
  3. 所属分类:JavaScript

    • 发布日期:2017-04-03
    • 文件大小:1188
    • 提供者:雲ソì飛
  1. wenzixuanzhuan

    0下载:
  2. 可以将输入的文字进行旋转,并且可以对大小,颜色进行设置 -Can rotate the text input and can be of the size, color set
  3. 所属分类:Applet

    • 发布日期:2017-04-29
    • 文件大小:32224
    • 提供者:SDSSZCOM@123
  1. 2.3.2

    0下载:
  2. 这是关于JAVA的图形用户界面起步的一个小程序和源码,关于文本输入组件-This is about JAVA graphical user interface to start a small program and source code, about the text input components
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:5586
    • 提供者:往往
  1. caishuziyouxi

    0下载:
  2. java随机数的问题 编写(Applet程序)一个猜数字的游戏。游戏规则如下:程序从1到10随机选择某个数让你猜,applet显示提示行:1到10之间猜一个数。玩者在文本区输入第一次猜的数,然后按回车。如果猜错了,程序显示“高了,继续”或“低了,继续”来帮助玩者接近正确值。当用户输入了正确的值,则程序显示“恭喜你猜对了,你很聪明~”,并清除文本框,使用户可以重新玩这个游戏。-java random numbers to prepare the (Applet Procedure)猜数字a g
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:1572
    • 提供者:夜月烨
  1. TextBox

    0下载:
  2. 可以限制用户输入字符的输入框,比如说你可以限制用户只能输入阿拉伯数字,或者限制前面2为是字母,后面3位是数字等。-a text input box extend TextField,it can limit the character user enter.
  3. 所属分类:Applet

    • 发布日期:2017-04-08
    • 文件大小:7461
    • 提供者:孙汇洲
  1. JavaRMIWhiteBoard

    0下载:
  2. 本代码利用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
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:18965
    • 提供者:Todd
  1. mongIM

    1下载:
  2. 蒙古文输入法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
  3. 所属分类:Java Develop

    • 发布日期:2017-01-22
    • 文件大小:4705
    • 提供者:包柱
  1. jtextareademo

    0下载:
  2. 一个Java 演示文本输入框的简单程序。-A Java demo text input box simple procedure.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:1407
    • 提供者:newsgao
  1. MiniDrawPad

    0下载:
  2. 本程序通过调用JAVA提供的BasicStroke;Button; Color Container Graphics Panel ButtonGroup JFrame JComboBox;JCheckBox;JMenu;JMenuItem;ImageIcon;JPanel UIManager等基本类进行了简单的界面设计。 程序运用了JAVA中类的继承特性实现了对父类方法的调用,运用了ButtonHandler类用来侦听基本按钮的操作;运用ButtonHandler1类侦听颜色选择,画笔粗细设
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:62641
    • 提供者:远远
  1. voicexml_phone_survey_src

    0下载:
  2. 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
  3. 所属分类:Applet

    • 发布日期:2017-03-30
    • 文件大小:153909
    • 提供者:jeyaram
  1. See_EH_GUI

    0下载:
  2. 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
  3. 所属分类:JavaScript

    • 发布日期:2017-05-06
    • 文件大小:1291155
    • 提供者:stacy
  1. drawingpad

    0下载:
  2. 简易绘图板,实现基本绘图功能,以及文字输入,界面设计附有图标,颜色选择-Simple drawing board, to achieve the basic drawing functions, and text input, interface design with icons, colors, etc.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:28861
    • 提供者:armtrong
  1. java2

    0下载:
  2. 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
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:1457
    • 提供者:小李
  1. Text

    0下载:
  2. 输入一组数字,获取随机抽取的数目,循环依次抽出相应的数字。例如:输入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,
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:739
    • 提供者:唐真汐
  1. text-editor

    0下载:
  2. 多文档界面文本编辑器,对输入的文字进行编辑-Multiple Document Interface text editor to edit the text input
  3. 所属分类:Java Develop

    • 发布日期:2017-12-01
    • 文件大小:13933
    • 提供者:流浪狗
  1. html5-text-input-animation

    0下载:
  2. 本资源是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
  3. 所属分类:JavaScript/JQuery

    • 发布日期:2018-05-07
    • 文件大小:11264
    • 提供者:dukou
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com