缩放和缩放

发布于 2024-12-01 05:07:31 字数 321 浏览 4 评论 0原文

我需要为 JScrollPane 中包含的 JDesktopPane 实现缩放。我之前通过覆盖 paintComponent(...) 方法并调用 scale(double,double) 成功进行了缩放。

这无法正常工作:JInternalFrameJPanel 的比例按预期进行,但 MouseListenerJLabel 却按预期缩放 等在预缩放位置处注册。我能做些什么?感谢您的阅读。

I need to implement zoom for a JDesktopPane contained in a JScrollPane. I have had prior success zooming by overriding the paintComponent(...) method and calling scale(double,double).

This is not working properly: the JInternalFrame's and JPanel's scale as intended, but the MouseListener's for the JLabel's and such register at the pre-scaled locations. What can I do? Thank you for reading.

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

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

发布评论

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

评论(1

丘比特射中我 2024-12-08 05:07:32

ScaledPanel 展示了如何使用显式转换方法缩放鼠标坐标:scaleXscaleYunScaleXunScaleY。或者,您可以使用逆变换,如此处。

ScaledPanel shows how to scale mouse coordinates using explicit transformation methods: scaleX, scaleY, unScaleX and unScaleY. Alternatively, you can use an inverse transformation, as shown here.

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