/Paint

paint program which support various function

Primary LanguageJava

[2020.8.3]

Introduction

  • implementation of paint.
  • Pen (brush)
  • Eraser
  • Line drawing
  • Circle, rectangle drawing
  • Fill color
  • Move figure
  • Save, Exit

How to run

fetch the code and Run MyDrawing.java

Bug

There is a small bug caused by a functional collision.

  • Line can't be moved.
  • If you erase and move the shape, the erase mark remains in place and only the shape moves.