An open API service indexing awesome lists of open source software.

https://github.com/christs8920/ticketapp-java-gui

A ticket management application made using Java and Swing.
https://github.com/christs8920/ticketapp-java-gui

app application gui java swing swing-gui

Last synced: 8 months ago
JSON representation

A ticket management application made using Java and Swing.

Awesome Lists containing this project

README

          

# Ticket app - Java Swing

## Description

This is a Ticket management application for an airport. It was made using Java Swing and IntelliJ IDEA.

It consists of the following:

- Main application window
- New ticket window
- Ticket list window
- About window

The user can add new tickets, and view them in the ticket list window. The tickets are saved in a data file.

>*This project was made during my Java introduction course in University.*

## How to run

1. Open the project using Intellij IDEA
2. Run project

OR

1. Open command line
2. cd to out/production/MAE_final
3. execute ```java Main```

## Screenshots

### Main window

![Main window](https://github.com/ChrisTs8920/ticketApp-java-gui/blob/main/screenshots/Screenshot_1.jpg?raw=true)

### New Ticket window

![New Ticket window](https://github.com/ChrisTs8920/ticketApp-java-gui/blob/main/screenshots/Screenshot_2.jpg?raw=true)

### Ticket list window

![Ticket list window](https://github.com/ChrisTs8920/ticketApp-java-gui/blob/main/screenshots/Screenshot_3.jpg?raw=true)

### About window

![About window](https://github.com/ChrisTs8920/ticketApp-java-gui/blob/main/screenshots/Screenshot_4.jpg?raw=true)