qhdud3100 / Paint

paint program which support various function

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[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.

About

paint program which support various function


Languages

Language:Java 100.0%