Skip to content

itsfergydanny/JavaCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaCalculator

Description:

Me and my friend challenged each other to make a GUI based app in Java since we never used any GUI frameworks before so we decided to try making a calculator to start out. This is what mine turned out like!


How to compile:

1- Make sure you have maven installed and Java 17

2- Run the following in your terminal while being in the project root

mvn package

3- Execute the jar by running the following from the project root

java -jar target/javacalculator-1.0-SNAPSHOT-shaded.jar 


Preview:

GIF

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages