aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 335fc8748b68c750f2dfe58b128d2448e0f1489c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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`