Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 820 Bytes

File metadata and controls

24 lines (19 loc) · 820 Bytes

Electricity Bill Generation and Paying System - Java Swing

Just a minor project on Java AWT Swing Framework for Generation and Paying Electricity Bill

Basic requirements:

  • Eclipse IDE for JAVA SE Developer (I used Eclipse Oxygen)
  • Java JDK (min 1.7)
  • Windows Builder Extension in Eclipse IDE
  • MySQL Database + MySQL connector
  • Heidi SQL (I used PHPmyAdmin)
  • Basic Java Frameworks Knowledge

How to install?

  • Install eclipse then import this project.
  • Install MySQL
  • Import SQL file from mysql_db_files/swing_electricity_bill.sql
  • Run

Default Admin ID and Passwords:

  • arav, arav
  • admin, admin

For further usage and guidance, refer: docs/ppt folder in this repository

Download Eclipse Oxygen IDE from this link