设置 JList 不可调整大小
当我将元素添加到 JList 时,它会自行调整大小,但遇到了小问题。我认为它应该添加滚动条并保持默认大小。谁能帮我解决这个问题吗?
我有 JScrollPane ->列表
I got small problem when I add element to JList it resize itself. I think it should add scroll bar to it and stay in default size. Can anyone help me with this?
I got JScrollPane -> JList
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不清楚你关于 resize/non_resiziable 的意思是什么,我认为你必须阅读关于 JList,其中包含 JScrollPane
Not clear for me what did you meant about resize/non_resiziable, I think that you have to read tutorial about JList, example there included implementations for JScrollPane
好的,问题解决了,我必须将 Loyout 设置为绝对,现在一切正常,谢谢安德鲁的提示
OK Problem solved i have to set Loyout to absolute and now all is ok thx Andrew for hint