https://github.com/mtarek97/paint-project
A Vector Based Drawing Application allows the user to draw different shapes and manipulate them.
https://github.com/mtarek97/paint-project
drawing-app java swing
Last synced: 6 months ago
JSON representation
A Vector Based Drawing Application allows the user to draw different shapes and manipulate them.
- Host: GitHub
- URL: https://github.com/mtarek97/paint-project
- Owner: mtarek97
- Created: 2017-10-19T09:42:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-16T00:32:41.000Z (about 7 years ago)
- Last Synced: 2024-09-24T21:46:28.755Z (8 months ago)
- Topics: drawing-app, java, swing
- Language: Java
- Homepage:
- Size: 229 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Paint Project
A Vector Based Drawing Application that allows the user to draw different shapes and manipulate them.
* has a user-friendly interface
* supports many features such as save, load, copy, paste, undo, redo, move, resize and delete shapes
* implemented by applying MVC model and different design patterns such as Command design pattern with undo and redo actions
* supports dynamic shapes loading using Java Reflection API## Built With
* Java - The programming language used
* Swing - The GUI widget toolkit used## Getting Started
[See User Guide](https://docs.google.com/document/d/1aBmjGyNOZRfxBOj0UPWo5OMOv6sGYp1cqiZPauOR0iw/)## Authors
* **Mahmoud Tarek** - [MahmoudTarek97](https://github.com/MahmoudTarek97)
* **Mostafa Labib** - [mostafaLabib65](https://github.com/mostafaLabib65/)## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details