Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 769 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 769 Bytes

Calculator

The Calculator Application is a simple, yet functional graphical user interface (GUI) application developed using JavaFX. It is designed to perform basic arithmetic operations and demonstrate the integration of multimedia features within a JavaFX application.

Key Features User-Friendly Interface: The calculator offers a clean and intuitive interface with buttons for digits (0-9), arithmetic operations (addition, subtraction, multiplication, division), and other essential functionalities (clear, equals).

Responsive Design: The layout is designed to be responsive, ensuring that the calculator maintains its usability and appearance across different screen sizes.

Technical Overview Programming Language: Java Framework: JavaFX for GUI development