JPanel 表单扩展以填充 JScrollpane - 违背了目的
我正在创建一个 JPanel 表单,其中将包含几个其他 JPanel。我想将其放置在 JScrollPane 中。然后我想将 JScrollPane 放入 JTabbedPane 作为选项卡之一。但我遇到了一个问题——即使我设置了大小、首选大小、最大大小等,我的 JPanel 表单在放置在滚动窗格中时也会展开。
I am creating a JPanel form which will contain several other JPanels. I want to place this inside a JScrollPane. Then I want to place the JScrollPane into a JTabbedPane as one of the tabs. I'm having a problem though -- my JPanel form winds up expanding when placed in the scrollpane even though I have set size, preferredsize, maximumsize, etc.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这就是你想做的吗?这就是我从你的问题中了解到的。顺便说一句,如果您的 JPanel 正在扩展,请同时更改框架的大小。
Is this what you're trying to do? That's what i understood from your question. By the way, if your JPanel is expanding, change the size of your frame as well.