Skip to content

It is a mini project to showcase the connection between two jframes to create a billing system

License

Notifications You must be signed in to change notification settings

NushratJabenAurnima/Electricity_Billing_System_Using_Java_Swing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Electricity Billing System Using Java Swing

Project Overview

The Electricity Billing System is a Java Swing application designed to manage user logins and calculate electricity bills based on usage. The system is user-friendly and includes features for authenticating users, inputting billing information, and generating detailed bills.

Features

  • User Authentication: Secure login with username and password.
  • Bill Calculation: Automatic calculation of electricity charges based on units consumed.
  • Bill Generation: Detailed bill display including customer information and total amount due.

Components

Log_In Class

The Log_In class handles user authentication. It provides a graphical user interface where users can enter their credentials to access the billing system.

Bill Class

The Bill class is responsible for generating the electricity bill. It allows users to input their customer details and electricity usage, then calculates and displays the bill.

Usage

  1. Log In: Launch the application and log in using your credentials.
  2. Generate Bill: After logging in, input customer details and usage information in the billing interface.
  3. View Bill: Click the "Show Bill" button to generate and view the electricity bill.
  4. Log Out: To exit the billing system, click the "Log Out" button.

About

It is a mini project to showcase the connection between two jframes to create a billing system

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages