将 JScrollPane 添加到 JPanel
我要创建这个界面。我的 JScrollPane 有问题:
我声明了一个带有 Gridlayout(8,1,0, 2)、我想要8行出现在这个面板中。 一行是一个JPanel,我设置大小以使8行面板出现在大面板中。 如果行数超过 8,我会得到两列...... 我添加了一个 JScrollPane 但它没有出现。 在按钮位置测试按钮,滚动窗格出现,但返回面板时它消失了。
我该怎么办?
I have this interface to create. I have a problem with the JScrollPane:
I declared a JPanel with a Gridlayout(8,1,0,2), I want 8 rows appear in this panel.
A row is a JPanel to, I set the size to make the 8 row panels appear in the big panel.
If the number of rows pass 8, I get two columns ...
I added a JScrollPane but it doesn't appear.
Testing button at the place of button, the scrollpane appear but returning to panel it disappear..
How can I do ??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找到了一个解决方案:
I found a solution: