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?