调整子组件 Swing 的大小

发布于 2024-12-04 08:10:33 字数 48 浏览 1 评论 0原文

我想知道我是否有一个组件,例如,如果用户调整父组件的大小,按钮如何能够调整其大小?

I want to know if I had a component,for example,button how to able it to resize if parent component is resized by user?

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

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

发布评论

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

评论(1

呢古 2024-12-11 08:10:33

这是由容器的布局管理器处理的。例如,BorderLayout 中心的按钮将在各个方向上调整大小。

阅读有关布局管理器的 Swing 教程

This is handled by the layout manager of the container. A button at the center of a BorderLayout will resize in all directions, for example.

Read the Swing tutorial on layout managers.

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