使用非默认标题高度时,滚动会弄乱 jtable 中的标题
我用以下方法更改了 jtable 中标题的高度:
mytable.getTableHeader().setPreferedSize(new Dimension(mytable.getColumnModel().getTotalColumnWidth(), 34));
现在,当我使用水平滚动条时,标题根本无法正确呈现。我做错了什么?这是影响该问题的唯一行。我还需要做其他事情来改变标题的高度吗?
这是问题的屏幕截图。 看标题右侧...
I change the height of header in jtable with this:
mytable.getTableHeader().setPreferedSize(new Dimension(mytable.getColumnModel().getTotalColumnWidth(), 34));
And now, when i use horizontal scrollbar, the header doesn't get rendered correctly at all. What am i doing wrong? This is the only line that affects the problem. Do i need to do anything else to change the height of the header?
Here is the screenshot of the problem. Look at right of the header...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)