Name | Git-ID | Major | |
---|---|---|---|
Stephen Stammen | [email protected] | robotcorner | Computer Engineering |
Daniel Mills | [email protected] | dandeto | Computer Engineering |
Braden Willingham | [email protected] | BradenW99 | Cyber Security |
Caleb Bagwell | [email protected] | CalebBagwell | Computer Science |
This is six week team project for creating a Java Swing app related to organize a list of books or movies that the user chooses. This is a course requirement. It is a group project in Java for CS321 at the University of Alabama in Huntsville
Please refer to the GitHub project board.
Title: My Awesome Movie Library (MAML)
Getting the App:
- Download or clone the repository
Configuring the App:
- Open the java project directory in your favorite IDE or Code Editor
- Go to the configuration file in the data folder.
- Edit it as needed to the path required or desired.
Running the App - choose path a or b:
Path a: Open it in Intellij
- Build Project with the build icon.
- Right click the main.java code in the editor and select run.
- The app will run and you can use it as desired.
Path b: Run via command line
- Open the terminal to the location where you downloaded the project.
- Type
javac -encoding utf8 -d ./out src/*/* lib/gson-2.8.9.jar
- Type
jar cvf CS-321-JavaTeamProjectTeam10.jar out/
- Type
java -jar CS-321-JavaTeamProjectTeam10.jar
Copyright 2022 AUTHORS. AUTHORS are Caleb Bagwell, Stephen Stammen, Daniel Mills, Braden Willingham Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3, (3 November 2008) or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license can be found at https://www.gnu.org/licenses/fdl.html.