This is a simple paint application developed as a university course exercise. It allows users to draw shapes, choose colors, and perform other basic drawing operations.
- Draw different shapes like circles, rectangles, and triangles.
- Choose different colors for the shapes.
- Save and load your drawings.
- Perform transformations on shapes.
The project follows a standard Maven project structure. The source code is located under src/main/java/com/paint. The compiled classes can be found under target/classes/com/paint.
This project uses Maven for dependency management and build automation.
mvn javafx:run
This project is licensed under the terms of the MIT license.