Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 693 Bytes

File metadata and controls

18 lines (15 loc) · 693 Bytes

PaintApplicationJavaFX

Basic painting application made using JavaFX. Teammate: Ms. Vineeta Singh

To see how the project looks and its features, check "Screenshots" folder.

It has the following features:

  1. Light Mode and Dark Mode, switch between them effortlessly
  2. Choose brush color,opacity and size
  3. Choose erase and its size
  4. Create a new canvas with specified size
  5. Right click on canvas and add shapes and fill them or stroke them (Circle, Rectangle, etc)
  6. Right click on canvas and add Text with specified font and size
  7. Save your painting as an image file (.png,.jpeg,etc)
  8. Open an image file (.png,.jpeg,etc) on your canvas

To run the project:

  1. Run Main.java