Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 806 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 806 Bytes

Airline-Reservation-System - Open Ended Project

A simple GUI project made in the process of leaning JAVA Swing.

Application Flow:

  • Login Page (id: roseindia, password: roseindia)
  • MENU
    1. Add Passengers
      • Enter Details about the seat required
      • Book/Check availability of the seat
    2. Show Seating
      • Displays the seating arrangement (booked/ vacant)
    3. Logout

Let us gif through the app

  • Enter credentials to login into the app

  • Enter passenger details and confirm availability of seats

  • Logout when done

No database connectivity yet. Seating chart persists untill application is closed.

Download the .jar file to see the app in running