Skip to content

tomiwa-adesanya/SimpleCalc-Java-Swing-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SimpleCalc: Java Calculator GUI project

Overview

SimpleCalc is a calculator GUI built using Java Swing library and NetBeams IDE. This calcultor GUI was built for learning purposes only, so it isn't as powerful and complex as your standard windows application software, but it is capable of performing basic arithmetic operations (addition, subtraction, multiplication, division, and exponentiation) on numbers.

simple-Calc-design-layout

The source code of this project can be found here and the final compiled jar file can be found here.

If you are new to java, you should note that a JDK is required to run either the source code or the compiled jar file of this project.

To run jar file through terminal, open a terminal in the dist folder directory and enter java -jar SimpleCalc.jar

About

Java Calculator GUI project using Java Swing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages