An open API service indexing awesome lists of open source software.

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.

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;