Airline Reservation System
Airline Reservation System
Topics
The objective of this project is to implement the airline reservation system to the
best satisfaction of the customer. The normal process which was followed until
recently was to manually fill the data and then process the data which used to
cause a lot of inconvenience to the customers.
Expected Functionalities
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
import javax.swing.text.*;
public class LoginPage extends JFrame
{
Container c = getContentPane();
JPanel PFlightTypes = new JPanel(null);
JPanel PLogin = new JPanel(null);
Domestic Flight