Skip to content

michalhnat/paint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paint Application

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.

Features

  • Draw different shapes like circles, rectangles, and triangles.
  • Choose different colors for the shapes.
  • Save and load your drawings.
  • Perform transformations on shapes.

Project Structure

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.

Running the Project

This project uses Maven for dependency management and build automation.

mvn javafx:run

License

This project is licensed under the terms of the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages