This is an Airline Management project in Java. This project is based on Model View Control (MVC) Architecture. With this project we have combined every thing which an airline GUI needs.
Requirements
- JDK (Java development kit)
- Any JAVA IDLE (IntelliJ, NetBeans)
- PhpMyAdmin
Technologies Used
- Frontend: Java libraries (Swing -> for GUI, JFrame -> for Frame Work, SQL Connection -> for connecting databases)
- Backend: PhpMyAdmin (for database)
Description: Utility Button Use Add Flight -> This button helps to add details of flight. Book Ticket -> This button helps to book ticket for selected flight Ticket Cancel -> This button helps to cancel ticket which is already booked Login Page -> This is a login GUI Sign up Page -> This is a Sign-up GUI Flight Details ->This button helps to find details of flight
Database: • Account -> For Sign up page • Book_ticket -> Records the ticket booked • Cancel_ticket -> Records the cancelled ticket • Customer -> Adds details of payment