将任意几何变换应用于 JPanel

发布于 2024-09-07 19:14:14 字数 575 浏览 5 评论 0原文

我在 JPanel 中有一些 Swing 控件。我希望这个面板出现在通过某种任意仿射变换变换的屏幕上,并且所有控件都保持交互式。例如,我们假设旋转 20 度并缩小到正常尺寸的 75%。

我见过的最接近如何执行此操作的方法如下: http://www.coderanch.com/t/ 343261/GUI/java/应用仿射变换-JPanel (但不幸的是,这个解决方案不会导致控件交互)

还有这篇文章: http://coding.derkeiler。 com/Archive/Java/comp.lang.java.gui/2004-02/0719.html (似乎没有一个完美的解决方案,但也许现在(6 年后)事情已经发生了变化)

I have some Swing controls in a JPanel. I want this panel to appear on the screen transformed by some arbitrary affine transformation, and for all the controls to remain interactive. Lets assume a rotation by 20 degrees and a scale down to 75% normal size for example.

The closest I have seen for how to do this is here:
http://www.coderanch.com/t/343261/GUI/java/Applying-affine-transform-JPanel
(but unfortunately this solution does not result in the controls being interactive)

Also there is this post:
http://coding.derkeiler.com/Archive/Java/comp.lang.java.gui/2004-02/0719.html
(for which there did not seem to be a neat solution, but perhaps now (6 years on) things have changed)

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

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

发布评论

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

评论(1

时光是把杀猪刀 2024-09-14 19:14:14

您可以使用 JXLayer 来实现这一点。更多信息请访问 http://www.pbjar.org/blogs/jxlayer/jxlayer40/< /a>

You can use JXLayer for that. More info is at http://www.pbjar.org/blogs/jxlayer/jxlayer40/

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