E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
MouseListener
Java 拖动Swing组件和图片
一个是addMouseListener(MouseListenerl),另一个是:addMouseMotionListener(MouseMotionListenerl);由于
MouseListener
javapub
·
2010-08-17 14:00
java
swing
Blog
Java 拖动Swing组件和图片
一个是addMouseListener(MouseListenerl),另一个是:addMouseMotionListener(MouseMotionListenerl);由于
MouseListener
javapub
·
2010-08-17 14:00
java
swing
Blog
如何实现监听
MouseAdapt是抽象方法他继承了以下接口:MouseMotionListener,
MouseListener
, MouseWheelListener, EventListener 并实现了他们的方法
春之竹
·
2010-08-05 15:00
java
监听器模型,MouseAdpter与Mouse的3个监听器小结
我们发现一个界面可以加的鼠标监听器有如下3个 testJFrame.addMouseListener(new
MouseListener
(){}); testJFrame.addMouseMotionListener
java_mzd
·
2010-07-29 14:00
C++
c
C#
Thirteenth Demo of OGRE
#include#include"ExampleApplication.h"classMouseQueryListener:publicExampleFrameListener,publicOIS::
MouseListener
yuyunliuhen
·
2010-07-11 08:00
swing畫圖小程序
.*; public class MouseDemo4 extends JFrame implements MouseMotionListener,
MouseListener
{ int startx
lg_asus
·
2010-07-10 08:00
java
html
swing
Twelfth Demo of OGRE
#include#include"ExampleApplication.h"classMouseQueryListener:publicExampleFrameListener,publicOIS::
MouseListener
yuyunliuhen
·
2010-07-09 17:00
Eighth Demo of OGRE
include"ExampleApplication.h"#include#include#includeclassTutorialListener:publicExampleFrameListener,publicOIS::
MouseListener
yuyunliuhen
·
2010-07-08 15:00
Sixth Demo of OGRE---Buffer Input
#include"ExampleApplication.h"classTutorialFrameListener:publicExampleFrameListener,publicOIS::
MouseListener
yuyunliuhen
·
2010-07-07 11:00
exception
vector
application
input
CAM
winapi
扩展JLabel实现图像的裁剪
并为JLabel添加
MouseListener
监听器实现开始裁剪和结束裁剪,MouseMotion事件监听器实现设置裁剪矩
chosen0ne
·
2010-07-03 11:00
image
File
null
Class
扩展
templates
swing中左右中鼠标事件
addMouseListener(new
MouseListener
(){ public void mouseClicked(MouseEvent
zjx6820
·
2010-05-04 21:00
swing
swing中左右中鼠标事件
addMouseListener(new
MouseListener
(){ public void mouseClicked(MouseEvent
zjx6820
·
2010-05-04 21:00
swing
A我自己写的connection连线算法Connection————4
实现对图形的移动进行监听 * * @author */ static class Dragger extends MouseMotionListener.Stub implements
MouseListener
yutianapple
·
2010-04-30 18:00
算法
Drag and Drop For IconJLable
importjava.awt.Image;importjava.awt.event.MouseAdapter;importjava.awt.event.MouseEvent;importjava.awt.event.
MouseListener
rainertop
·
2010-04-23 17:00
image
object
null
Class
button
jcomponent
flash插入网页技巧-让浏览器响应鼠标滚轮
通过以下小技巧可以让浏览器重新获得焦点,通过鼠标滚轮事件上下滚动: var
mouseListener
:Object = new Object(); mous
wangangie22
·
2010-04-10 13:00
JavaScript
html
浏览器
Flash
flash插入网页技巧-让浏览器响应鼠标滚轮
通过以下小技巧可以让浏览器重新获得焦点,通过鼠标滚轮事件上下滚动: var
mouseListener
:Object = new Object(); mous
wangangie21
·
2010-04-10 13:00
JavaScript
html
浏览器
Flash
flash as2 鼠标滚轮事件
var
mouseListener
:Object = new Object(); &
paulfzm
·
2010-01-07 22:00
Flash
如何关闭树的鼠标响应事件?
MouseListener
[] listeners = tree.getMouseListeners(); for(int i = 0 ;i< listeners.length
水替13
·
2009-12-19 10:00
事件
OGRE之输入系统笔记
#include"ExampleApplication.h"classTutorialFrameListener :publicExampleFrameListener,publicOIS::
MouseListener
Code Knight
·
2009-12-06 19:00
JTree右键菜单小例
java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.MouseEvent; import java.awt.event.
MouseListener
dracularking
·
2009-11-06 15:00
swing
【笔记】十、射线场景查询、基础鼠标
在过程之中,涉及到: 1、如何使用RaySceneQueries阻止镜头穿透地面 2、如何使用
MouseListener
和MouseMotionListener接口 3、使用鼠标选取地面上的x和y
eaglewood2005
·
2009-09-27 18:00
JList中右键选中行
JList中右键选中行 实现
MouseListener
的方法 public void mousePressed(MouseEvent e) { if(e.getButton
jslyghj
·
2009-09-27 10:00
JList
菜鸟学习OGRE和天龙八部之一:OGRE+MFC+OIS
因为有些东西需要修改,有些东西要自己实现,我自己写了一个框架demo来嵌入MFC,看简洁不少 //我的帧监听类classMyFrameListener:publicFrameListener,publicOIS::
MouseListener
qq18052887
·
2009-09-22 19:00
String
mfc
keyboard
pair
preprocessor
java 完成复制 剪切
import java.awt.datatransfer.StringSelection; public class T_menu extends JFrame implements
MouseListener
happy20070302
·
2009-09-19 17:00
java
swing
【笔记】五、带缓冲的输入
classTutorialFrameListener:publicExampleFrameListener,publicOIS::
MouseListener
,publicOIS::KeyListener
eaglewood2005
·
2009-08-28 17:00
vector
测试
Class
UP
CAM
2009-7-25(awt小结)
事件监听:1.
mouseListener
(接口),mouseAdapter(抽象类),监听鼠标的拖拉(dragged)、单击(cliked)、移动(move、wheelmoved)。
lkllz
·
2009-07-25 17:00
null
Class
SWT(JFace)体验之圆环状(戒指型)
packageswt_jface.demo1;importorg.eclipse.swt.SWT;importorg.eclipse.swt.events.MouseEvent;importorg.eclipse.swt.events.
MouseListener
·
2009-06-25 10:08
给图形模型添加菜单
Control然后去构造菜单,第三种是最简单的了,添加鼠标事件,判断是否是鼠标右键事件,如果是,则创建菜单,由于时间的关系我这里介绍最简单的吧 image.addMouseListener(new
MouseListener
WIN
·
2009-06-10 17:00
Blog
J#
用Java编写的五子棋小程序
java.applet.Applet;import java.awt.Color; public class wu7ziqi extends Applet implements ActionListener,
MouseListener
fgh2011
·
2009-05-24 18:00
java
用Java编写的五子棋小程序
java.applet.Applet;import java.awt.Color; public class wu7ziqi extends Applet implements ActionListener,
MouseListener
fgh2011
·
2009-05-24 18:00
java
StyledText 的Traverse,VerifyKey,
MouseListener
分析
目标功能: 随便焦点的跳转(键盘的上下左右操作;键盘的PgUp、PgDown操作;鼠标的点击操作),得到焦点所在位置的Style信息。 StyledText可以添加TraverseListener, 表示对界面上的焦点移动的监听. getStyledText().addTraverseListener(new TraverseListener
lggege
·
2009-05-06 10:00
thread
UP
SWT中使用Opengl画圆的例子
importorg.eclipse.opengl.GLU; importorg.eclipse.swt.events.MouseEvent; importorg.eclipse.swt.events.
MouseListener
xuxiaolei
·
2009-03-09 22:00
eclipse
360
我的第一个程序
*;publicclassCounterextendsJFrameimplementsActionListener,KeyListener,
MouseListener
{ // //定义相关组件 privateJTex
asdmailwl
·
2008-12-26 21:00
游戏外挂制作学习,第一步:
*2:我一定要用JAVA实现这个剑侠的外挂,所以我必须要把关于java中鼠标和键盘事件的基本类搞清楚(1):使用
MouseListener
接口可以实现5种操作发生的鼠标事件!
hnicypb
·
2008-12-05 15:00
游戏
活动
F#
鼠标滚轮事件滚动有Flash动画的网页
通过以下小技巧可以让浏览器重新获得焦点,通过鼠标滚轮事件上下滚动:varmouseListener:Object=newObject();
mouseListener
.onMouseWheel=functio
佚名
·
2008-10-06 01:17
swt创建不规则窗口
importorg.eclipse.swt.SWT;importorg.eclipse.swt.events.MouseEvent;importorg.eclipse.swt.events.
MouseListener
turkeyzhou
·
2008-08-24 23:00
shell
String
null
Class
import
SWT
自定义带关闭按钮的TabbedPane
javax.swing.JTabbedPane; import java.awt.Rectangle; import java.awt.Color; import java.awt.event.
MouseListener
Disney2002
·
2008-06-13 14:00
java
C++
c
swing
F#
用GWT处理用鼠标拖动图片的问题
用的是GWT,做的是用鼠标拖拽图片 让图片旋转的功能,用的是image.addMouseListener(new
MouseListener
(){});事件的方法,为什么当我按住鼠标在拖拽图片的时候
纯情小火鸡
·
2008-05-05 16:00
gwt
Java: 绘制出来的专业级别的按钮
*;import java.awt.geom.Point2D;public class VectorButton extends JButton implements
MouseListener
{
逛奔的蜗牛
·
2008-03-17 06:00
Java 棋类游戏源代码程序
*;class ChessPad extends Panel implements
MouseListener
,ActionListener{ int x=-1,y=-1, 棋子颜色=1; Button
alexander_vc
·
2008-03-08 09:00
Java知识点遗漏,随时更新
1)Java不支持继承多个父类,但支持执行多接口 2)JDK5+支持范型但不支持范型数组 3)
MouseListener
接口没有方法mouseDragged和mouseMoved,MouseAdapter
loveofgod
·
2008-01-16 18:00
java
虚拟机
模仿Google Maps的MapViewer
com.google.gwt.user.client.ui.
MouseListener
通过实现这个接口,可以实现UI对象对鼠标的Enter,Down,Leave,Move,Up动作的支持。
sheva.wen
·
2007-09-20 14:00
UI
浏览器
Google
IE
gwt
用Swing处理图片缩放和拖动
importjava.awt.Dimension;importjava.awt.Graphics;importjava.awt.event.MouseEvent;importjava.awt.event.
MouseListener
小菜乐园
·
2007-08-17 20:00
Java中的常用方法之肆
1、使用
MouseListener
借口处理鼠标事件鼠标事件有5种:按下鼠标键,释放鼠标键,点击鼠标键,鼠标进入和鼠标退出鼠标事件类型是MouseEvent,主要方法有:getX(),getY() 获取鼠标位置
shang
·
2007-06-03 11:00
java
thread
多线程
JList 双击事件的实现
1.定义JList2.在JList对象上添加鼠标监控器(
MouseListener
)3.在点击事件被触发以后,判断它在JList中的位置,然后确定击打的次数,根据次数来选择处理的函数。
netwarning
·
2007-03-13 00:00
object
String
制作一个烟花的applet
.*; public class Fireworks extends Applet implements
MouseListener
,Runnable { int x,y;
penghao122
·
2007-02-18 08:00
thread
swing
J#
java里面一些你也许还不知道的东西
java.awt.MouseInfo, java.awt.PointerInfo; 我曾经想得到鼠标在屏幕上的绝对位置,我试过通过在
MouseListener
里面得到鼠标在一个控件
[email protected]
·
2007-02-09 16:00
java
编程
swing
图说
MouseListener
,
MouseListener
接口
图说
MouseListener
,
MouseListener
接口 参考资料:sun网站上面的两个小程序。 这是java提供给侦听器(参照jdk中的翻译叫做侦听器)的接受鼠标事件的两个接口的定义。
snailjava
·
2006-11-07 16:00
jdk
windows
测试
扩展
sun
interface
Java事件处理一例(awt)
另外本文中的两个重要的接口
MouseListener
,MouseMotionListener非常重要,他们是事件的监听器,用来监听事件的触发并处理。一个监听器类可以实现多个接口,可以同时处理多个事件。
precipitant
·
2006-07-28 19:00
java
互联网
String
Class
import
interface
上一页
1
2
3
4
5
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他