vote up 2 vote down star
2

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.

flag

67% accept rate
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? – CapnNefarious Oct 30 '08 at 15:29

4 Answers

vote up 1 vote down check

If you're logging for a Java API that can do layouts (e.g. arrange boxes in a hierarchical fashion without overlap), check out JGraph.

link|flag
vote up 0 vote down

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)

link|flag
vote up 0 vote down

yWorks. http://www.yworks.com/en/index.html

link|flag
vote up 0 vote down

JFreeChart rules! :) http://www.jree.org Lib itself free, docs costs money, but really not much.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.