Skip to content

Khush2040/Parking-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Parking Management System

A simple yet functional Java GUI application developed using Java Swing and Apache NetBeans IDE, designed to manage a vehicle parking lot. It allows users to park vehicles, remove them, track available slots, and search for specific vehicles.


Features

  • βœ… Add (Park) Vehicle Entry
  • ❌ Remove Parked Vehicle
  • πŸ”Ž Search Vehicle by Number, Owner, or Type
  • πŸ“Š Real-time Dashboard: Total, Occupied & Available Slots
  • 🧹 Clear Input Fields Button
  • πŸ–₯️ User-friendly GUI using Java Swing

πŸ“ Project Structure

Parking-Management-System/
β”‚
β”œβ”€β”€ src/                    
β”‚   β”œβ”€β”€ ParkingSystemGUI.java
β”‚   └── Vehicle.java
β”‚
β”œβ”€β”€ nbproject/              # NetBeans project configuration
β”œβ”€β”€ build.xml               # Apache Ant build script
β”œβ”€β”€ manifest.mf             # Manifest file for packaging
└── README.md               # You're here!


## Technologies Used
Java (JDK 8+)

Swing GUI

Apache NetBeans IDE

Apache Ant (build automation)

Releases

No releases published

Packages

No packages published

Languages