MigLayout,禁用 JButton 宽度调整大小

发布于 2024-11-29 23:00:11 字数 324 浏览 3 评论 0原文

我有一个类似这样的按钮布局

在此处输入图像描述

但问题是 Text 1文本 2 正在动态变化,这会破坏整个按钮布局。例如,如果 Text 2 变得比按钮调整大小要长,如下所示

在此处输入图像描述

如何防止这种情况发生并保持按钮宽度相同,我正在使用 MigLayout。此外,任何文本都不会太长,无法容纳在按钮内。

I have a button layout something like this

enter image description here

But the problem is Text 1 and Text 2 is changing dynamically which screw up the whole button layout. For example, if the Text 2 become longer than the buttons are resized soemthing like this

enter image description here

How can I prevent this and keep the button width same for both I am using MigLayout. Also any Text is not that much longer which can not be fit inside the button.

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

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

发布评论

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

评论(1

天赋异禀 2024-12-06 23:00:11

最有可能的是将布局设置为 MigLayout("", "[grow, fill][grow, fill]", "[]")

(将两列设置为增长和填充。)

但是,如果您以 SSCCE 身份发布,(对我们来说)测试它会更容易。

Most likely, set your layout as MigLayout("", "[grow, fill][grow, fill]", "[]")

(Set both columns to grow and fill.)

However, if you post as SSCCE, it'll be easier (for us) to test it.

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