Skip to content

A Java FX project which can draw different shapes. This code is implemented following the Composite Design Pattern.

Notifications You must be signed in to change notification settings

fraxhost/DrawShapesGui_CompositeDesignPattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaFX Shape Drawing Application

This JavaFX project allows users to draw various shapes. The implementation follows the Composite Design Pattern, enabling complex shapes to be composed of simpler ones.

Features

  • Draw Shapes: Create and manipulate different shapes such as circles, rectangles, and more.
  • Composite Design Pattern: Combine simple shapes to form complex structures.
  • User Interface: Intuitive UI for drawing and managing shapes.

Technologies Used

  • JavaFX: For building the graphical user interface.
  • Java: Core programming language.
  • Composite Design Pattern: For structuring the shape objects.

About

A Java FX project which can draw different shapes. This code is implemented following the Composite Design Pattern.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages