I'm looking for a simple tree viewer. It should produce a image (like png) of a tree with its nodes and relations.
Any idea?
Build a JTree with your data. Then search for how to get an image from Swing components like here.