Need a Java Graph Library

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ssaraceni
    New Member
    • Sep 2008
    • 18

    Need a Java Graph Library

    Hi, I need a Java library for graphically visualize and modify an XSD file, like this:




    where can I find it?

    Thanks
  • MarkoKlacar
    Recognized Expert Contributor
    • Aug 2007
    • 296

    #2
    Hi,

    What's wrong with the editix one you included a picture of?
    Not quite sure I know of any librarys but there exist a lot of applications, or you could make your own...

    /MK

    Comment

    • samido
      New Member
      • Oct 2007
      • 52

      #3
      Hi, there is Jgraph.jar and Jfreechart.jar that you can browsethrough, what kinds of graphs do want to models ...?

      Sam Rabophala

      Comment

      • ssaraceni
        New Member
        • Sep 2008
        • 18

        #4
        Thanks for the replies,
        I want to models element like in the image I've posted on top, I need to create an XSD editor, so I need to graph XSD elements in a visual graph, I've used JFreeGraph before, but it doesn't be useful for this project now.

        Also can be useful source code of Editix, but I haven't found it.

        best regards.

        Comment

        Working...