The Parking Simulator is a desktop application built using Java Swing. This application provides an interactive interface for simulating parking lot operations, including vehicle entry, exit, and tracking available parking spaces. The project demonstrates the use of Java Swing for GUI design and simulates real-world parking management.
- Interactive UI: User-friendly graphical interface using Java Swing components.
- Vehicle Management: Simulate vehicle entry and exit with real-time updates.
- Parking Space Tracking: Display the current status of available and occupied parking spaces.
- Customizable Parking Lot: Set the total number of parking spaces during initialization.
- Real-Time Feedback: Alerts for full parking lots and successful or failed operations.
- Simulation Data: Keep track of the number of parked vehicles and logs of operations.
- Programming Language: Java
- Framework: Java Swing (for GUI)
- Persistence: Optional file-based or in-memory storage for parking data (if implemented)
- Clone the Repository:
git clone https://github.com/your-username/parking-simulator.git cd parking-simulator