Movie Theatre
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
- SQLite
- Java AWT
- Java Swing
How to run the program
-
Make sure you have Java 8 or above installed
-
Clone the repository or download and extract the zip file
-
Go into the src folder by using
cd Movie-Theatre/src
-
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
Note
- Enlarge this window manually to reveal all the Accept buttons
- Click on each Accept button after selecting from the dropdown menu to proceed