搜索资源列表
wenjianguanli
- 操作系统文件管理,全WINDOWS界面,实现鼠标事件处理,键盘事件处理等功能,屏弃DOS提高交互能力!-document management system, all Windows interface, the mouse incident, Keyboard event processing and other functions, to renounce interactive capabilities to enhance DOS!
test.rar
- java程序模拟鼠标,进行模拟鼠标事件,调用robot类来实现网页中的相关连接模拟点击,java program simulated mouse, to simulate a mouse event, call-type robot to realize the relevance of web pages to connect analog clicks
java200
- onBlur:当失去输入焦点后产生该事件 onFocus:当输入获得焦点后,产生该文件 Onchange:当文字值改变时,产生该事件 Onselect:当文字加亮后,产生该文件 <input type="text" value="郭强" 郭强 ) {value= }" (value== ) {value= 郭强 }">点击时文字消失,失去焦点时文字再出现 2.网页按钮的特殊颜色 <input type=button value="
ActionInterfaceDemo
- 實做Java中的動作事件,透過事件監聽器,滑鼠點下後會觸發何種動作寫的一清二楚。- Have done Java in action events through the event listener, mouse, point to what the next move was triggered after the clear-cut.
js
- js鼠标事件大全,既有鼠标事件名称又有详细的中文讲解,难得的资料呀-mouse event
pintu
- 执行本实例后,用鼠标拖动选中的小图片进行拼接,可以拼成一幅完整的图片。本实例的知识点有:鼠标事件的监听,Graphics类和Image类的应用。-After the implementation of this example, drag the mouse to select the small pictures stitching, you can makes up a complete picture. Knowledge points in this instance are: mous
MiniDrawPad
- 本程序通过调用JAVA提供的BasicStroke;Button; Color Container Graphics Panel ButtonGroup JFrame JComboBox;JCheckBox;JMenu;JMenuItem;ImageIcon;JPanel UIManager等基本类进行了简单的界面设计。 程序运用了JAVA中类的继承特性实现了对父类方法的调用,运用了ButtonHandler类用来侦听基本按钮的操作;运用ButtonHandler1类侦听颜色选择,画笔粗细设
17
- 1. 能运用菜单条、菜单、菜单项、事件监听接口与事件适配器类编写应用程序。 2. 能借助于JBuilder等开发工具编写含菜单的鼠标按键测试程序。 -1. To use the menu bar, menu, menu item, the event listener interfaces and event adapter class to write applications. 2. Can be prepared by means of JBuilder development t
TestMouse
- 鼠标绘图程序举例,其中内容包括 1.添加画图面板 2.建立鼠标事件的监听器内部类 3.建立鼠标移动事件监听器内部类-Mouse drawing program example, which includes 1. Add drawing panel 2. To establish a mouse event listener within the class 3. Create mouse event listener within the class
sbsj
- 飘浮文字跟随鼠标 Javascr ipt Javascr ipt特效 鼠标事件 鼠标事件类 鼠标特效 -Floating text follow the mouse Javascr ipt Javascr ipt mouse events effects mouse effects mouse event class
MouseTest
- 一些java代码。初学者可以学习。java应用程序中的鼠标事件的创建和使用方法。-Some java code. Beginners can learn. java application to create and use a mouse event methods.
right-pop-up-menu
- Java右键弹出菜单,用Java制作一个窗体菜单,挺简洁的那种菜单,实现步骤:实例化弹出菜单、初始化数组、增加菜单项到菜单上、菜单项事件处理、窗口的鼠标事件处理、调用triggerEvent方法处理事件、如果是弹出菜单事件(根据平台不同可能不同)、设置窗口为可视、菜单项事件处理-Java Right pop-up menu, use Java to create a form menu, very simple kind of menu steps: instantiation pop-up m
Plus2
- 使用AWT包实现JAVA文本框与鼠标事件的监听-Text box with mouse event listener using AWT package
JPopMenuDemo
- Java右键弹出菜单,用Java制作一个窗体菜单,挺简洁的那种菜单,实现步骤:实例化弹出菜单、初始化数组、增加菜单项到菜单上、菜单项事件处理、窗口的鼠标事件处理、调用triggerEvent方法处理事件、如果是弹出菜单事件(根据平台不同可能不同)、设置窗口为可视、菜单项事件处理-Java Right pop-up menu, use Java to create a form menu, very simple kind of menu steps: instantiation pop-up m
JPopMenuDemo
- Java右键弹出菜单,用Java制作一个窗体菜单,挺简洁的那种菜单,实现步骤:实例化弹出菜单、初始化数组、增加菜单项到菜单上、菜单项事件处理、窗口的鼠标事件处理、调用triggerEvent方法处理事件、如果是弹出菜单事件(根据平台不同可能不同)、设置窗口为可视、菜单项事件处理-Java pop-up menus, using Java produced a very concise form menu, the menu, implementation steps: instantiate t
Mouse-location
- 动态获取鼠标的位置,显示在页面左上方,方便大家写鼠标跟随事件时使用。-Dynamic access to the mouse position, as shown in the top left of the page, write to facilitate the use of the mouse to follow the event.
javapintu
- Java拼图游戏的源代码,另附游戏技术文档,本拼图游戏运用了Java2中的图形处理技术和消息响应技术。通过图形技术实现图片导入和分割。通过消息响应机制,使程序响应用户的鼠标操作,进行拼图游戏的操作。用鼠标拖动选中的小图片进行拼接,可以拼成一幅完整的图片。本源码的知识点有:鼠标事件的监听,Graphics类和Image类的应用。-Jigsaw Java source code, technical documentation attached game, the puzzles Java2 use
javafilreworks
- Java烟花特效代码,用鼠标点击浏览器中的面板,将出现五彩缤纷的烟花效果。要用到的Java知识点有:鼠标事件的监听,Graphics类和Thread类的应用。使用Graphics类:绘制烟花,使用Thread类:管理线程,使用Math类:产生随机数,使用Color类:设置颜色。 -Fireworks effects Java code, use the mouse to click on the browser panel will appear colorful fireworks effec
behaviours
- Java 3D 交互式程序设计,键盘、鼠标交互代码,适合初学者-Java3D Behaviors KeyBoard Mouse event
test07_doubleClick
- 判断鼠标事件是双击还是单击或者是拖拽事件(Determine whether the mouse event is double click or click)