JTable 单元格跨越多列
我想要一个包含 N (!=1) 列的 JTable,其中某些行只有一个单元格跨越整个 N 列。
我在 jguru 上找到了一个示例(http://www.crionics. com/products/opensource/faq/swing_ex/JTableExamples4.html),但是我还不明白它是如何工作的。
我还发现了一些关于此的其他讨论,指向本文(http://www.swingwiki.org/howto :column_spanning),但是该链接已经有一段时间无法使用了。
有没有人有解决方案或至少指出一个解决方案?
I want to have a JTable with N (!=1) columns in which some rows have only one cell that spans the whole N columns.
I've found an example on jguru (http://www.crionics.com/products/opensource/faq/swing_ex/JTableExamples4.html), however I'm yet to understand how it works.
I have also found some other discussions about this pointing to this article (http://www.swingwiki.org/howto:column_spanning), however the link has not been working for some time.
Does anyone have a solution or at least pointers to one?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
类似问题
Code-Guru 示例
Swing-Wiki 示例
Similar Question
Code-Guru Example
Swing-Wiki Example