当其中一些需要位于网格布局内而另一些则不需要时,在 JPanel 上排列 JLabels

发布于 2024-12-22 04:32:29 字数 248 浏览 2 评论 0原文

我想在 JPanel 中放置一个游戏板,并且我正在使用 GridLayout 10x10 此外,我想在同一个 JPanel 上放置其他标签,但不在网格内。

当我添加此标签时,它们会自动添加到网格中,尽管我固定了大小。

总结一下: 我如何在具有网格布局的同一个 JPanel 中安排一个带有标签的固定板和平面左侧区域的附加标签。 在此处输入图像描述

I want to place a game board in JPanel and i'm using GridLayout 10x10
In addition i want to place additional labels on the same JPanel but not inside the grid.

When i'm adding this labels they are automatically added to the grid despite the fact that i fixed the size.

To summarize:
How can i arrange in the same JPanel with grid layout a fixed board with labels and additional labels in the left area of the plane.
enter image description here

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

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

发布评论

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

评论(1

猫七 2024-12-29 04:32:29

为什么不是两个面板,一个带有 GridBaglayout ,另一个带有 BoxLayout ,包含在带有 GridLayout 的面板中? :))

Why not two panels, one with a GridBaglayout and another one with a BoxLayout enclosed in a panel with GridLayout? :))

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