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

I want to create a tool that looks like this

Screen shot

I do not want to create using this many parameters, but just a basic set of 2/3 options, such as line drawing. How do they build such things? Can I build something like this in C # or Java? Also, what I want to do, when someone ever draws something, I will generate code in the background, which will not be associated with the drawing that the person created.

+3
source share
3 answers

Besides the previous example, you can take a look at the code from SweetHome3D . Since its source is available, you can easily weaken yourself.

+2
source

. Java, , , jgraph. mxGraphx - JGraph mxGraphEditor, , , .

+3

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

0
source

Source: https://habr.com/ru/post/1789231/


All Articles