https://github.com/georgiakt/airlineticketmanager
AirlineTicketManager is a Java Swing application designed for managing and issuing airline tickets.
https://github.com/georgiakt/airlineticketmanager
airline-management-system application gui java swing ticket-management
Last synced: about 1 month ago
JSON representation
AirlineTicketManager is a Java Swing application designed for managing and issuing airline tickets.
- Host: GitHub
- URL: https://github.com/georgiakt/airlineticketmanager
- Owner: GeorgiaKt
- License: mit
- Created: 2024-07-12T22:23:46.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-30T09:50:16.000Z (about 2 months ago)
- Last Synced: 2025-04-10T22:57:50.716Z (about 1 month ago)
- Topics: airline-management-system, application, gui, java, swing, ticket-management
- Language: Java
- Homepage:
- Size: 659 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AirlineTicketManager
## Description
**AirlineTicketManager** is a Java Swing application designed for managing and issuing airline tickets.### Application Windows:
- **New Ticket Window:** new tickets can be issued and saved in [tickets.txt](https://github.com/GeorgiaKt/AirlineTicketManager/blob/main/tickets.txt).
- **Ticket List Window:** all issued tickets are viewed after been sorted based on their ticket price.
- **Statistics Window:** statistics about issued tickets, such as: number of total issued tickets, total cost, number of tickets with maximum and minumum prices and their corresponding prices, percentages of issued tickets per airline company.
- **About Window:** basic information about the application and its developer :)## Screenshots
### Main Window

### New Ticket Window

### Ticket List Window

### About Window

### Statistics Window
More screenshots can be found in [screenshots](https://github.com/GeorgiaKt/AirlineTicketManager/tree/main/screenshots) folder.
## Build With:
- JDK 20.0.1
- [Multiline Label 1.20](https://github.com/parubok/multiline-label)