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.
A:
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
2008-10-30 13:37:24
A:
JFreeChart rules! :) http://www.jree.org Lib itself free, docs costs money, but really not much.
Szundi
2008-11-02 00:51:56