Java JTable 调整行大小
默认情况下是否可以像通过在标题处拖动鼠标来调整列大小一样调整 JTable 行的大小?如果是这样,你该怎么做?
Is it possible by default to resize a JTable row in the same way you can resize a column by dragging the mouse at the header? If so, how can you do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以这样做:
http://www.jroller.com/santhosh/entry/make_jtable_resiable_better_than
超过您需要,但如果您确实需要行标题,那么这是一个很好的起点。否则您可以按原样使用它。
Here is how you can do it:
http://www.jroller.com/santhosh/entry/make_jtable_resiable_better_than
It is more than you need but it is a good starting point if you really need a row header. Otherwise you can use it as it is.