java gui boxlayout问题
我正在开发一个 java gui 应用程序硬编码,没有任何 netbeans 帮助。我正在为我的图形用户界面使用框布局。从我在网上看到的盒子布局应该将元素堆叠在一起,我的问题很简单。但是,我有一个文本区域(x,y),一个切换按钮和另一个文本区域(x,y),当显示时,我的第一个文本区域和切换按钮之间有一个间隙,切换按钮和第二个文本区域之间有一个间隙。为什么它们不被堆叠起来! 谢谢,
I am working on a java gui application hard coding without any netbeans help. I am using the box layout for my gui. My question is simple from what I see online boxlayout should stack elements on top of each other. However, I have a textarea(x,y) a toggle button and another textarea(x,y) when this is displayed there is a gap between my first text area and the toggle button and a gap between the toggle button and the 2nd textarea. Why are they not being stacked!
Thanks,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
下面是一个 SSCCE 示例,试图演示您的问题。也许您可以修改它以向我们展示发生了什么:
Here's an example of an SSCCE that tries to demonstrate your problem. Perhaps you can modify it to show us what's going on: