开发者

How to create a tool/GUI Builder like this in C# java or any language

I want to create a Tool which is something similar to this

How to create a tool/GUI Builder like this in C# java or any language

I don't want to create with this many options, but just a basic set of 2/3 options like drawing lines. How do they build this kind of things? Can I build something similar in C# or Java? Also what I want to do is when ever someone dr开发者_Python百科aws something I will generate code in the background which will not be related to the drawing the person has created.


You could do it with any language. If you choose Java, take a look here to see an example of what you can do with jgraph. mxGraphx is the freeware version of JGraph and comes with the mxGraphEditor, which is an example in source code of an application, very similar to the one you want to write.


Beside previous example, you can go take a look at code from SweetHome3D. As its source is available, you can with ease inspire yourself from it.


As example you can download source of Inkspace vector editor http://inkscape.org/download/?lang=en

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜