JTable column spanning

前端 未结 3 1708
攒了一身酷
攒了一身酷 2021-01-18 07:10

I am trying to make a JTable that has column spans available. Specifically, I am looking to nest a JTable inside another JTable, and w

3条回答
  •  孤城傲影
    2021-01-18 07:22

    As a pointer in the right direction, try this article at SwingWiki that explains the TableUI method of column spanning quite well. Before this, I also tried some alternatives such as overriding the TableCellRenderer paint methods without much success.

提交回复
热议问题