Java Swing 如何实现拖动一个部件?
在监听器方法里这样写的PointmousePoint=e.getPoint();bn1.setLocation(mousePoint.x,mousePoint.y);然后...
在监听器方法里这样写的
Point mousePoint = e.getPoint();
bn1.setLocation(mousePoint.x, mousePoint.y);
然后实际操作的时候感觉这个按钮到处飞来飞去的。。好像不完全是拖动时鼠标的位置。。请问是什么原因? 展开
Point mousePoint = e.getPoint();
bn1.setLocation(mousePoint.x, mousePoint.y);
然后实际操作的时候感觉这个按钮到处飞来飞去的。。好像不完全是拖动时鼠标的位置。。请问是什么原因? 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询