Java改变光标

发布于 2024-10-20 11:51:11 字数 136 浏览 4 评论 0原文

有没有什么办法可以改变Java中的光标,而不仅仅是一个JComponent?

我需要这个,因为我希望当鼠标离开 JFrame 时光标发生变化,这样后台就没有 JComponent 了。

感谢您的帮助!

埃萨尼特

is there any way to change the cursor in Java at all, not just for one JComponent?

I need this because I want the cursor to change, when your mouse leaves the JFrame, so there is no JComponent in the background.

Thanks for your help!

esanits

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

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

发布评论

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

评论(2

莫多说 2024-10-27 11:51:11

在 JFrame 或顶级窗口上设置 光标 应该可以解决问题

Setting cursor on your JFrame or top level window should do the trick

‘画卷フ 2024-10-27 11:51:11

如果您想更改系统光标(即当光标位于您的应用程序之外时),这是您的系统的责任。我认为你不能以独立于平台的方式从 Java 更改系统设置。

If you want to change the system cursor (i.e. when the cursor is outside your application), this is the responsibility of your system. I don't think you can change the system's settings from Java in a platform-independent way.

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