Implementing JTreeTable in swing

穿精又带淫゛_ 提交于 2019-12-03 22:00:39

问题


I would like to implement a JTreeTable. I saw the example in the official java website. I am a beginner to java and i am not able to understand that example. I have the tree node and child names as a string. How do i implement it?


回答1:


there are (only products I tried)

free

  • SwingX

  • NetBeans Outline, illustrated here

  • excellent workaround by aephyr

  • simple code example here

non-free

  • JIDE Grids

maybe more information you can find here



来源:https://stackoverflow.com/questions/7887198/implementing-jtreetable-in-swing

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