0

I want to create a graph editor written in Java.

In this editor I want the possibility that nodes can contain other nodes. The possibility to define a palette with object, and the possibility to define object in the palette at runtime.

I'm starting with GMF in Eclipse but I've some doubt, is it better to use JUNG2 or something else?

3
  • 1
    To a question this open, the only answer can be: It depends! Provide us with more info, especially your doubts and what you have tried, and maybe we can help. Commented Aug 29, 2011 at 13:16
  • at the first look GMF is very powerful but doesn't appear too much mantained, maybe it's only a bad impression. After the creation of the graph the tool will provide some code. The similar thing to the graph is a graph of logic port and wire where I want to save some part of the circuit for reuse, put them in palette for reuse. Commented Aug 29, 2011 at 13:40
  • I'm going to try JGraphX Commented Aug 30, 2011 at 13:52

1 Answer 1

2

I used JGraphX once, it's very nice and develops constantly. It provides all that you described (you can even find example with the pallete in downloaded package).

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.