software modeling and design
- JavaFx 14.0.1
- https://gluonhq.com/products/javafx/
- save to a folder you can remember
- Java JDK 14
- make sure Java path variable is set to jdk 14
- you can check by running java -version which shoould be 14
- it will not work otherwise
- download the jar and batch from this repo and place in same folder
- Edit the batch
- Edit PATH_TO_FX to be folder where javafx is installed
- run batch
- Java JDK
- JavaFx 14.0.1
- Scene Builder
- IntelliJ IDEA
- https://www.jetbrains.com/idea/
- does not requre it but file structure and files used where made in IntelliJ
- to run in intelliJ you need this after telling intelliJ where the files above are
- --module-path "C:\Program Files\JavaFX\javafx-sdk-14.0.1\lib" --add-modules javafx.controls,javafx.fxml
- goes in the VM options of the project





