Skip to content

This is a simple calculator application created using Java Swing. This project was created to improve my understanding of Java and GUI development using Java Swing.

Notifications You must be signed in to change notification settings

Josel099/Calculator-JavaSwing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Calculator

This is a simple calculator program written in Java with a graphical user interface created using Java Swing.

Features

  • Basic mathematical operations: addition, subtraction, multiplication, division
  • Clear button to reset the input fields

Usage

  1. Enter the first number in the first input field.
  2. Select the desired mathematical operation from the drop-down menu.
  3. Enter the second number in the second input field.
  4. Click the "=" button to perform the calculation.
  5. The result will be displayed in the output field.
  6. To clear the input fields, click the "Clear" button.

About

This is a simple calculator application created using Java Swing. This project was created to improve my understanding of Java and GUI development using Java Swing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages