Skip to content

djblackett/java-swing-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

java-swing-calculator

This is a basic functional calculator built in Java using the swing library/framework. While it handles all of the basics fairly well, it is not meant to be accurate for very large or very small numbers. The focus of this project was to practice using swing to acheive a functional program. A production ready calculator would need to be built with the BigDecimal class in order to handle arbitrarily large or small numbers with whatever desired precision.

Given how dated Swing is, I'm not entirely sure if it's worth adding features. Perhaps a JavaFX version would make more sense...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages