I am developing a simple diagram tool with shapes on a plan using flex. First i was using a simple 20*20 grid.
I need a way to combine multiple EllipseGeometry to make a union between them, but CombineGeometry class only can combine 2 Geometries.
I\'m building a map editor for a project and need to draw a hexagon and fill it with a solid color.I have the shape correct but for the life of me can\'t figure out how to fill it.I suspect it may be
I created three classes: one is Gui class it includes JTable and JButton. public class Gui { public void Gui() {