Skip to content

Ms-Xena/Java-GUI-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Java-GUI-Calculator

This straightforward yet user-friendly Java-based GUI calculator, created with Swing and AWT, is my very first Java project. It uses interactive buttons and clear input fields to carry out addition, subtraction, multiplication, and division, the fundamental arithmetic operations. After entering two numbers and pressing a button, users can see the outcome in an uneditable text field right away. Action listeners manage the logic behind the scenes, and the interface is simple yet effective, utilizing Java's JFrame, JTextField, and JButton components. I was able to learn the basics of Java event-driven programming and GUI design thanks to this project.

Features Using Java Swing, a straightforward and tidy GUI Execute the following operations: Add, subtract, multiply, and divide Output of results in real time Simple Java event handling usage An easy-to-understand project structure

About

My first Java GUI Calculator project using Swing and AWT.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages