This is an interactive Graphical User Interface for drawing shapes.
- Lines can be drawn using either DDA or Bresenham Line algorithm
- Regular and irregular polygons can be drawn
- Circles can be drawn
- Regular polygons and circles can be filled with any color
- Different line styles are available(Solid, dashed, dotted)
- The line thickness of any shape to be drawn can be specified
- The line color of any shape to be drawn can be changed
Simply run MyApp.java on any IDE of your choice