JTable Headlines between rows

烂漫一生 提交于 2019-12-23 18:38:33

问题


I am wondering how I can realize something like this:


row 1


row 2


HEADLINE like 27.01.2011


row 3


row 4


HEADLINE like 28.01.2011


row 5


These "fake" rows should be only information-rows and not real rows. I couldn't find something like that.

I hope you understand my problem.

Thanks for pointing me in the right direction!


回答1:


I think that you have look at JTreeTable, JXTreeTable by SwingX, OutLine by NetBeans, nice workaround by aephyr and one non-free product by JideSoft

EDIT



来源:https://stackoverflow.com/questions/8563866/jtable-headlines-between-rows

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!