Skip to content

Latest commit

 

History

132 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Actor Database GUI

Description

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.

How to run

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/

Authors

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

Class Information

All group members are in Lecture 3, Tutorial 17

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages