gpt4 book ai didi

java - JFrame - 设置位置/边界?

转载 作者:行者123 更新时间:2023-12-01 14:10:34 27 4
gpt4 key购买 nike

我正在尝试添加一个 JButton,但它与进度条水平对齐。如何将 JButton 对齐到下面的线上?
另外,我试图将所有组件分组到不同的组中,但我不确定如何执行此操作。有谁知道吗?

Like this, I think this is from the Docs but I can't get it to work. Nothing is displayed.

最佳答案

要简单分割 JFrame,您可以使用 2 行 2 列的 GridLayout

frame.setLayout(new GridLayout(2,2,3,3)); //3,3 are gaps
frame.add(grid);
//add components here...

关于java - JFrame - 设置位置/边界?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18559179/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com