The Shape Sizer application allows users to create and display shapes (e.g., circles and cubes) based on their input. The program calculates the area and provides drawing instructions for each shape. It also saves the output details to a text file.
- Input shapes and dimensions via GUI (e.g.,
2 circle 5 cube 3). - Display shape details and drawing instructions.
- Save results to
output.txt.
- Java, Swing for GUI.
- File I/O for saving output.
- Clone the repo:
git clone https://github.com/shaimamamdouh/Shape-Sizer.git