在 Java 中缩放游标
我想缩放光标,但Java API中的Cursor类没有任何方法来缩放光标。我需要缩放光标,请建议 Java 中的一些方法或代码来执行此操作。
谢谢
I want to scale the cursor but the Cursor class in Java API does not have any method to scale a cursor. I need to scale the cursor, please suggest some method or code in Java to do this.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 Toolkit 的方法创建自定义光标
。这可能是一个更大的图像。
You could create a custom cursor with Toolkit's
method. This could be a larger image.