# Links [Figma link](https://www.figma.com/file/dpeMlWStSWrVHfLd0Uohws/Untitled?node-id=0%3A1&t=PVQi61Ig3AWtWNMm-1) [JavaFX docs (with search)](https://openjfx.io/javadoc/15) javafx guides (really helpful website): [edencoding.com](https://edencoding.com/javafx-layouts/) # Installation ### VM arguements Right click on project > Propereties > Run/Debug Settings > Driver > Edit > Arguements Pase the following into VM arguements: #### Windows `--module-path lib/windows/lib --add-modules javafx.controls,javafx.fxml,javafx.media` #### Linux `--module-path lib/linux --add-modules javafx.controls,javafx.fxml,javafx.media -Dprism.forceGPU=true`