Skip to content

Ooppa/StringCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StringCalculator

Small few hour Java project for doing calculations from userinput.

Main-method can be found in:

/windows/Calculator.java

Run with command:

java -jar "dist/StringCalculator.jar"

Features

  • Perform calculations using JS Script Engine (pretty much everything but ^ works)
  • History list for previously made calculations (also Ctrl+Z works)
  • Lock and unlock history temporarily
  • Always on-top mode for intence calculations
  • Timer to show how long it took to perform that calculation

Rights, Copyrights!

Feel free to use this code for your own projects. Note that I do not own the rights to the icons used in this project.

About

Small Java project for doing calculations from userinput.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages