How to display tree hierarchy in Java?

后端 未结 4 512
滥情空心
滥情空心 2021-01-05 02:15

I have a table in a database named \"Process\"

This process table has 3 fields:

  • process_id
  • process_name
  • process_parent_id
4条回答
  •  隐瞒了意图╮
    2021-01-05 02:32

    For the hierarchy in graphical format, what about a JTree ? http://java.sun.com/docs/books/tutorial/uiswing/components/tree.html

提交回复
热议问题