GUI Application developed in the Cousera Course: Advanced Data Structures in Java
The files provided here were used for completing the course programming assignments.
The front-end of project is supported by JavaFX. Thus, in order to run this, this project should add JavaFX SDK into the project lib. The below is the instruction of how to import the JavaFX SDK into the project in Intellij Idea.
Add the JavaFX library These actions are required if you use Java 11 and later. If you use Java 10 and earlier, run the sample application created together with the project to make sure that everything is working as intended.
From the main menu, select File | Project Structure ⌘; or click the Project Structure button on the toolbar.
Open the Libraries section, click the New Project Library, and select Java.
Specify the path to the lib folder in the JavaFX SDK package, for example: /Users/jetbrains/Desktop/javafx-sdk-12/lib.
In the Choose Modules dialog, select the necessary module and click OK.