Software Engineering Project from SENG202 in University of Canterbury
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Liam Beckett 6049e5b1a5
Implemented the Flight lists response to being clicked. Now in the raw data when a list item is selected then it changes the displayed table data.
10 years ago
res/Samples Applied single entry add methods to GUI for Airports and Airlines. Made error pop ups for them as well. 10 years ago
src Implemented the Flight lists response to being clicked. Now in the raw data when a list item is selected then it changes the displayed table data. 10 years ago
.gitignore Added Javadoc to Airport and configured a few variable types. 10 years ago
.gitlab-ci.yml Added Git ignore and new yamal file 10 years ago
README.txt Added how to import this project. 10 years ago
dependency-reduced-pom.xml Added Git ignore and new yamal file 10 years ago
pom.xml Parsers, Core Files and Dataset Controllers 10 years ago

README.txt

This is a Flight Application Data Analyser. It runs on Java and has dependencys JavaFX, SQLITE3 and Maven.

If you are using Eclipse as an IDE please follow the instructions on http://www.eclipse.org/efxclipse/install.html to add JavaFX Library.

To Import this project:
git clone https://eng-git.canterbury.ac.nz/fwy13/SENG202.git
Open your preferred IDE and then Import Maven Project.