Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miriarte33/interest-calculator
Calculates simple interest and returns that along with the total cost. Demonstrates use of JOptionPane to easily create a GUI.
https://github.com/miriarte33/interest-calculator
calculator gui interest interest-calculator interest-rates
Last synced: about 15 hours ago
JSON representation
Calculates simple interest and returns that along with the total cost. Demonstrates use of JOptionPane to easily create a GUI.
- Host: GitHub
- URL: https://github.com/miriarte33/interest-calculator
- Owner: miriarte33
- Created: 2018-01-04T22:02:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-04T22:31:29.000Z (almost 7 years ago)
- Last Synced: 2023-12-26T20:54:52.233Z (11 months ago)
- Topics: calculator, gui, interest, interest-calculator, interest-rates
- Language: Java
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Interest-Calculator
Calculates simple interest and returns that along with the total cost. Demonstrates use of JOptionPane to easily create a GUI.