模拟右键单击

发布于 2024-12-08 01:38:07 字数 114 浏览 0 评论 0原文

我想知道如何让我的Java程序模拟右键单击。所以想象一下你的鼠标不能再点击右键了。如何让Java模拟右键单击?我计划在 JFrame 上按下一个按钮,模拟 x 秒后的右键单击。谢谢,请尝试包含一些代码而不仅仅是链接

I am wondering how to make my Java program simulate a right click. So imagine your mouse cannot right click anymore. How do I make Java simulate the right click? Im planning to have a button that u press on a JFrame that simulates the right click after x seconds. Thanks and please try to include some code and not just links

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

花开雨落又逢春i 2024-12-15 01:38:07

java.awt.Robot api 正是为此而设计的。里面有很多好东西!

具体来说,在本例中, mousePress< /a> 和 鼠标释放

PS 是的,我意识到它们只是链接。但老实说,学习阅读 API 文档并有效地从中编写代码是每个开发人员都需要的一项技能!

The java.awt.Robot api was designed for exactly this. It has lots of goodies in it!

Specifically in this case, mousePress and mouseRelease.

P.S. Yes I realize they're just links. But in all honesty, learning to read API docs and make code from them effectively is a skill every developer needs!

爱的十字路口 2024-12-15 01:38:07

我计划在 jframe 上按下一个按钮,模拟 x 秒后的右键单击

button.doClick();

Im planning to have a button that u press on a jframe that simulates the right click after x seconds

button.doClick();
泪眸﹌ 2024-12-15 01:38:07

视窗?

控制面板|轻松访问 |让鼠标更易用 | 用键盘控制鼠标


顺便说一句, 。鼠标通常不到 10 美元。如果你的时间价值每小时 20 美元,那么你必须在 30 分钟内完成代码,这样比购买新鼠标更便宜。这个项目似乎是一个“虚假经济”。

Windows?

Control Panel | Ease of Access | Make the mouse easier to use | Control the mouse with the keyboard


As an aside. A mouse is usually less that $10. If your time is worth $20 an hour, you'd have to finish the code within 30 minutes to make it cheaper than buying a new mouse. This project seems a 'false economy'.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文