如何更改 java swing 中文本区域的布局

发布于 2025-01-09 17:09:02 字数 533 浏览 0 评论 0原文

我开始为一个项目制作这个网页,到目前为止它是这样的:

https://i.sstatic.net/ZzsKS.png

但我想将文本区域作为一个放在其他而不是并排

如何我希望它看起来像:

https://i.sstatic.net/vHrgS.png

有人可以帮我吗

https://i.sstatic.net/ZzsKS.png

I started making this web page for a project and this is what it looks like so far:

https://i.sstatic.net/ZzsKS.png

but I want to place the text areas as one on top of the other rather than side to side

How i want it to look:

https://i.sstatic.net/vHrgS.png

can someone help me out please

https://i.sstatic.net/ZzsKS.png

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

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

发布评论

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

评论(1

§对你不离不弃 2025-01-16 17:09:02

将面板(或包含文本区域的任何组件)的布局设置为 4 行 1 列的 GridLayout。这会将所有 4 个组件(2 个标签和 2 个文本区域依次放入一列中)

https://docs.oracle.com/javase/tutorial/uiswing/layout/grid.html

Set the layout of your panel (or whatever component that contains your textareas) to GridLayout with 4 rows and 1 column. This will put all 4 components (2 Labels and 2 TextAreas one after another in a column)

https://docs.oracle.com/javase/tutorial/uiswing/layout/grid.html

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