Java JFrame 调整大小

发布于 2024-09-27 08:17:53 字数 152 浏览 2 评论 0原文

我知道我可以使用 componentResized 来监听用户何时调整窗口大小。这不是一个很好的解决方案。如果我这样做并为子组件添加一个 resize() 方法,那么它会等到用户完成调整大小后再调用 resize() 方法。有没有办法在调整大小时调整子元素的大小?

I know I can use componentResized to listen for when the user resizes a window. This isn't a very nice solution. If I do this and add a resize() method for the children components, then it waits until the user finishes the resizing before it calls the resize() method. Is there a way to resize the child elements as the resize happens?

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

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

发布评论

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

评论(1

圈圈圆圆圈圈 2024-10-04 08:17:53

使用 componentResized() 的监听器是一个很好的解决方案。在 swing 中使用监听器根本不是一个坏的解决方案。

您可以在 oracle.com 上查看所需的解决方案

The listener with componentResized() is the nice solution. Using listener in swing isn't a bad solution at all.

You can see the solution you want on oracle.com

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