Java:Jscrollpane 或 Jsplitpane 的自定义光标?

发布于 2025-01-08 07:46:09 字数 144 浏览 2 评论 0原文

有什么方法可以在 jsplitpane 面板中为 jscrollpane 设置图像中的自定义光标吗?

现在我得到一个显示在整个 Jframe 中的自定义图标,我希望它仅限于特定的 jscrollpane。

无论如何要让它显示在重量级组件之上?

any way to set custom cursor from image for a jscrollpane in a jsplitpane panel?

right now I get a custom icon that displays in the entire Jframe and I would like it limited to a specific jscrollpane.

anyway to make it display on top of heavyweight component?

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

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

发布评论

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

评论(1

左岸枫 2025-01-15 07:46:09

同意,我发现我对 JScrollPanesetCursor 存在一些问题,必须在 EDT 上调用此方法,(在 EDT 上)在大多数情况下对我来说都正确

我建议使用从 Native OS 返回的默认 Cursors,或者使用JWindow创建自定义光标????

agreed, I saw and I have some issues with setCursor to the JScrollPane, this method must be called on EDT, (on EDT) in most of cases works for me correctly

I'd suggest use default Cursors returned from Native OS, or use JWindow for creating Custom Cursor or ????

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