0

I am looking to design a large number of polygon (geometric not 3D) shapes for use in a JavaFX 2 application. At the moment the only way I find to do that is manually enter every point for the polygons into and fxml file. Although this is a very slow process. I can not find a way to use Scene builder for this. When you create a polygon, its initially a triangle, and there is no apparent way of how to add more points.

Is there any free(or cheap) application that allows you to design shapes, and then give you all coordinates for the points ?

Im using OSX but also got win7.

p.s: If this is not the right place for this question please let me know.

4

1 回答 1

3

Current version of Scene Builder has poor support for shape manipulation. For polygons you can find a lot of editors by google "free vector editor". You can use Inkscape for example. It supports SVG format which simple to emmbed to JavaFX by java code, fxml or css.

于 2013-03-08T16:42:53.170 回答