Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一个简单的树查看器。它应该生成带有节点和关系的树的图像(如 png)。
任何想法?
Build a JTree with your data. Then search for how to get an image from Swing components like here.