Flight Booking System

A desktop software developed using Awt package

What is Awt ?

Awt is Java's Graphical User Interface package. Which most commmonly used package for developing desktop applications using Java programming language.

Java AWT (Abstract Window Toolkit) is an API to develop GUI or window-based applications in java.

Java AWT components are platform-dependent i.e. components are displayed according to the view of operating system. AWT is heavyweight i.e. its components are using the resources of OS.

The java.awt package provides classes for AWT api such as TextField, Label, TextArea, RadioButton, CheckBox, Choice, List etc.

What is Swing ?

Unlike AWT, Java Swing provides platform-independent and lightweight components.

The javax.swing package provides classes for java swing API such as JButton, JTextField, JTextArea, JRadioButton, JCheckbox, JMenu, JColorChooser etc.

Java offers multiple options for developing GUI (Graphical User Interface). Out of all the GUI methods, AWT is the most commonly used method. Java AWT (Abstract Window Toolkit) is an API to develop GUI or window-based applications in java. Java AWT components are platform-dependent i.e. components are displayed according to the view of operating system. AWT is heavyweight i.e. its components are using the resources of OS.

To create a AWT app:

1. Importing the module – java.awt

2. Create the main window (container)

3. Add any number of Layouts to the main window

4. Apply the event Handler on the layouts.

What is Flight Booking System ?

This is basic Flight booking system which designed for education purpose only just to undertand, how a basic software works.

Flight Booking Software is a complete flight booking quotation system which automates flight booking process to help book flight online for particular seats available from various flights

Benifit of Flight booking system:

1. Fully customized
2. User-Friendly Interface
3. Real time update
4. Easy Cancellation process
5. Easy refund process after cancellation
6. 24/7 bookings available

Programmer Mirta is for learning and training. Projects might be simple to improve learning. Projects are constantly reviewed to avoid errors, but we cannot assure full correctness of all content. While using Programmer Mitra, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 2021 by Programmer Mitra. All Rights Reserved.