开发者

Create graph Editor

开发者 https://www.devze.com 2023-04-01 14:51 出处:网络
I want to create a graph editor written in Java. In this editor I want the possibility that nodes can contain other nodes.

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'v开发者_StackOverflow中文版e some doubt, is it better to use JUNG2 or something else?


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).

0

精彩评论

暂无评论...
验证码 换一张
取 消