Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当用户调整窗口大小时,我需要调整组件大小。
我认为这很容易GridBagLayout,同时使用 weight 属性和 fill 属性。
GridBagLayout
但是,我想知道我可以在其他布局中做同样的事情吗?
有人知道在所有布局中调整组件大小的方法吗?
您可以比较此处显示的两个对比示例。两者都使两个侧面边框的大小与中央面板成比例。
第一,用途GridBagLayout。
第二个使用ComponentListener.
ComponentListener