搜索资源列表
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.
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
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
J_Draw
- 采用鼠标监听器,实现用鼠标在面板上随手画画的功能。-Using the mouse listener to achieve readily with the mouse on the panel drawing functions.
JDraw
- 绘图软件的开发,顾名思义,就是要开发一个能进行绘图的程序,为了能获取鼠标单击点的位置信息,需要用鼠标事件监听程序MouseListener和MouseMotionListener来获取鼠标事件,为此说明一个类来说明和实现这两个接口。还要调用调色板。-Drawing software development, by definition, is to develop a program capable of drawing, in order to obtain the location info
MouseTest
- 鼠标监听事件模拟,在一个目标区域画出标准矩形框,分别展现鼠标双击,单击,移动时生的事件。-Mouse listener event simulation, the target area to draw in a standard rectangular box, respectively, show the mouse double click, click, moving raw events.
polyline-googlemaps-mouselistener
- polyline-googlemaps-mouselistener, uses all the powe of googlemaps javascr ipt api V3, in this application, hight ligths effect a a map with a mouse listener, move the mouse away from the polygon, When that event triggers, color to blue.-polyline-goo
mouseEventTest
- 这是一个用来做鼠标监听的小程序,希望可以帮到大家-This is a mouse listener to do a small program, I hope you can help
fg
- 编程:实现一个弹出式菜单。实现了一个鼠标监听者。-Programming: Implementing a pop-up menu. Implements a mouse listener.
Plus2
- 使用AWT包实现JAVA文本框与鼠标事件的监听-Text box with mouse event listener using AWT package
MyMouseAdapter
- 本源码适合java初学者,并且学习了GUI,这是一个鼠标的时间监听小程序-The source suitable for the java beginners and learning the GUI, which is a mouse listener applet
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
MyApplet3
- 实现鼠标监听,产生对象,加入监听,myApplet是容器,input是组件,调用add使input嵌入容器。-Implement mouse listener, producing an object, adding listeners, myApplet is a container, input is the component, invoke add the input embedding containers.