Our group's project is a database for actors similar to IMDB. It takes in information about actors from the user (name, age, height, etc.) and displays it in a clean, consistent monospaced font.
It also displays co-star pairs which can be created with actors in the database. Each actor is associated with a unique IMDB link from the website IMDB which are used to identity actors within the database.
Saving and loading of .csv files are also allowed in the program.
Without .jar file:
Execute the command:
"java --module-path "C:\Program Files\Java\javafx-sdk-21.0.1\lib" --add-modules
javafx.controls,javafx.fxml ca.ucalgary.ahsantariq.demogui.MainGUI"
in the directory
groupprojectgui\target\classes. The module path should
be the directory
for the javafx sdk available from:
https://gluonhq.com/products/javafx/
With .jar file:
Execute the command:
"java --module-path "C:\Program Files\Java\javafx-sdk-21.0.1\lib" --add-modules
javafx.controls,javafx.fxml -jar demo-GUI.jar"
In the .jar files directory. The module path should be
the directory for the javafx sdk available from:
https://gluonhq.com/products/javafx/
Ethan Braum, UCID: 30205114, Email: ethan.braum@ucalgary.ca
Ahsan Tariq, UCID: 30119695, Email: ahsan.tariq@ucalgary.ca
Rahnuha Nurain, UCID: 30203774 Email: rahnuha.nurain@ucalgary.ca
All group members are in Lecture 3, Tutorial 17