搜索资源列表
animateButton.zip
- 鼠标经过时显示动画的按钮
类Panel设置颜色
- 运用类Panel设置颜色,使用按钮显示不同的颜色变换-use category Panel set up color, the use of buttons show different colors transform
Ext Portal隐藏显示Portlet Header的按钮
- 针对Ext提供的Portal的demo,可以实现鼠标移动到Portlet的Header头部时,显示按钮(比如最大化,关闭按钮),离开时,隐藏这些按钮。
animateButton
- 鼠标经过时显示动画的按钮- The mouse passes through when demonstrates the animation the button
show_hid
- Javascr ipt实现网页上点击按钮显示和隐藏一个层-Javascr ipt realization of the page click the button to display and hide a layer
5
- 编写小程序,小程序界面设置BorderLayout布局,创建一个面板Panel,面板放置一个文本框、两个按钮,把面板放置在小程序的南面,单击一个按钮显示一张图片。-Procedures for the preparation of small, small program interface BorderLayout layout settings to create a panel Panel, panel placed a text box, two buttons, the panel p
maze
- Java Maze3D迷宫游戏源码,浏览器上只要安上JAVA解释器就能运行,三维显示迷宫,点击 "New" 按钮开始迷宫之旅, 找不到出口的时候点击"Solve" 按钮显示红色的出口线路,点击"Clear" 清除解答。按上、下、左、右光标键可以单步找出口。-Maze Game Java Maze3D source, as long as the browser installed on JAVA interpreter will be able to run a maze of three-di
SmartControls
- SmartControls控件扩展Demo源码 GridView/DropDownList/TreeView/ListBox的扩展 扩展GridView控件: 自定义分页样式。显示总记录数、每页记录数、当前页数、总页数、首页、上一页、下一页、末页和分页按钮 扩展DropDownList控件和ListBox控件- 支持分组功能(optgroup标签) DropDownList(ListBox)控件既强大又好用。为了让它更强大、更好用,我们来写一个继承自DropDownList(
maze
- Java Maze3D迷宫游戏源码,浏览器上只要安上JAVA解释器就能运行,三维显示迷宫,点击 "New" 按钮开始迷宫之旅, 找不到出口的时候点击"Solve" 按钮显示红色的出口线路,点击"Clear" 清除解答。按上、下、左、右光标键可以单步找出口。-Java Maze3D maze game source code, as long as the placement of the browser will be able to run JAVA interpreter, three-di
Panelusage
- 容器Panel的用法, ⑴动态添加控件。 ⑵单击按钮显示对应内容,另一个Panel隐藏。 -Panel container usage, ⑴ dynamically add controls. ⑵ Click the button to display the corresponding content, and the other Panel hidden.
Frame
- 在Frame窗口中设计一个按钮,按钮显示为退出程序,单击按钮时,退出程序,编写“退出程序”的事件处理代码。-Design a button, buttons to exit the program, click the button to exit the program, and event-handling code written exit the program " in the Frame window.
testDraft
- Android拖动Button按钮显示效果 -Android Drag a Button display
TestEx403b
- 按钮测试代码,功能为显示按钮显示文本框,隐藏消去文本框-Button Test code for the function display button to display the text boxes, text boxes hidden elimination
dgzs
- 计算器,点击按钮显示数,进行计算计算器 ,点击按钮显示数,进行计算计算器 ,点击按钮显示数,进行计算-Calculator, click the button to display the number of calculations calculator, click the button to display the number of calculations calculator, click the button to display the number of calculation
USEORACLE
- 多线程处理Oracle数据库的例子,Java多线程处理Oracle 数据库,Oracle 数据库由于功能强大,适应范围广受到越来越多用户的欢迎,尤其在大规模数据库应用中使用极为广泛。采用多线程技术来处理Oracle 数据库能使对数据库的操作更为快捷。本Java实例了利用多线程从oracle 数据库中取函数、存储过程、包的源代码的功能。 运行程序,先在界面上输入如下必要信息: (1)、数据库用户名称(user); (2)、数据库用户密码(password);
Desktop
- package x12; import java.applet.*; import java.awt.*; import java.awt.event.*; public class Add extends Applet implements ActionListener { Label lblTwoNum = new Label ("请输入两个数字"); Label lblAdd = new Label ("此处显示答案");
jquery+tab按键实现
- 利用jQuery 简单实现点击不同按钮显示不同界面的内容,简单易懂
xikzdy_a5
- 简单实现tab键菜单功能,实现点击不同按钮显示不同页面(Simple realization of the tab key menu function, to click different buttons to display different pages)
myButton
- 仿QQ样式的按钮控件(包括获取焦点时的虚框显示)(Imitation QQ style button control (including input focus gridlines display))
一个php分页显示类
- 简介:介绍一个php分页显示类,配合MYSQL数据库使用,类没有提供连接数据库的功能,需在外部建立数据库连接。默认每页显示记录数,如果没有设置,就使用默认值,显示当前页及总页数,显示翻页按钮,包括首页、下页、上页、未页,显示跳转页选择框,一次性显示所有按钮组件。