This application showcases the basic components of a Swing app with Database and File Processing features.
1. Splash Screen
2. Automatic MYSQL Database configuration (support for both XAMPP and WAMP)
3. Language support for English, Zulu, Xhosa, and Sesotho
4. Login interface
5. Signup interface
6. Menu interface (allows a user to Add Movies, Bookings, and view Summary Statistics)
- Download the project and save it to your preferred designated folder.
- Unzip the project, then open the command line window
- Once there, change directory to the unzipped project folder by typing
cd
- Then type in the folder name where you previously saved the unzipped project; if
the project is inside a subdirectory, use
cd/folder_name
- Then type
cd dist
- Once complete, you should see
StemsEntertainmentProject/dist
- Type,
java -jar StemsEntertainmentProject.jar
, then press Enter