A desktop application for users to book movie tickets. Features include browsing movies, showtimes and seats, as well as cancelling tickets and registering users.

The source code is available here.

Created By

Junhao Xue, Matthew Wells, Minh Vo and Michael Vassilev

Built With

How to run the program

  1. Make sure you have Java 8 or above installed

  2. Clone the repository or download and extract the zip file

  3. Go into the src folder by using cd Movie-Theatre/src

  4. Run the following commands

 > javac *.java
 > java -classpath ".;sqlite-jdbc-3.32.3.2.jar" Main  # in Windows
 or
 > java -classpath ".:sqlite-jdbc-3.32.3.2.jar" Main  # in Mac or Linux

Misc

Project Design

Note

  • Enlarge this window manually to reveal all the Accept buttons

Booking

  • Click on each Accept button after selecting from the dropdown menu to proceed

accept