https://github.com/muqrock/electrical-bill-app
This java app can calculate your electricity bill based on your kwh used.
https://github.com/muqrock/electrical-bill-app
electricity gui java
Last synced: over 1 year ago
JSON representation
This java app can calculate your electricity bill based on your kwh used.
- Host: GitHub
- URL: https://github.com/muqrock/electrical-bill-app
- Owner: muqrock
- Created: 2021-02-14T20:01:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-16T16:13:49.000Z (over 5 years ago)
- Last Synced: 2025-02-06T11:56:57.761Z (over 1 year ago)
- Topics: electricity, gui, java
- Language: Java
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Electrical-Bill-App
This java app can calculate your electricity bill based on your kwh used.
This app also contains GUI.
Java import used to build this app:
import java.io.InputStream;
import javax.swing.JFrame;
import javax.swing.JOptionPane;
import java.util.Scanner;
import java.io.IOException;