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.
- β 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
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)