Wanted to generate a UI diagram (with nice layout) depicting relationships amongst network components. Which is the best Java based API to do such layouts with minimum fuss and light codebase.
Asked
Active
Viewed 1,546 times
2
-
It's not quite clear what you're looking for. Do you want to generate diagrams from existing source, do you want a GUI to diagram relationships as part of your design process, or do you want to programmatically generate diagrams using a Java API? – Sam Martin Oct 30 '08 at 15:29
3 Answers
0
Any uml tool should do the work
Take a look at UMLet or NetBeans as UML editors made in Java.
(BTW, Visio Is usually the standard tool for that job)

Frederic Morin
- 8,733
- 4
- 28
- 27