Update README.md
This commit is contained in:
parent
7d2fd8d439
commit
f881dd9632
14
README.md
14
README.md
@ -2,10 +2,18 @@
|
|||||||
|
|
||||||
Implementation of a simple Photo viewer with zoom-functions and a slide-show mode
|
Implementation of a simple Photo viewer with zoom-functions and a slide-show mode
|
||||||
|
|
||||||
University Project using Java 15 and JavaFX 15
|
University Project using Java and JavaFX
|
||||||
|
|
||||||
Note for using project in Intelij IDEA:
|
Note for using project in Intelij IDEA:
|
||||||
To use JavaFX 15 with Intelij IDEA it is required to add the following settings to the VM-Options (in configuration)
|
To use JavaFX 15 with Intelij IDEA it is required to add the following settings to the VM-Options (in configuration)
|
||||||
```
|
```
|
||||||
--module-path /PATH/TO/JAVAFX/BIN/DIR --add-modules javafx.controls,javafx.fxml
|
--module-path /PATH/TO/JAVAFX/LIB/DIR --add-modules javafx.controls,javafx.fxml
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Requirenments:
|
||||||
|
[Java 15](https://jdk.java.net/15/)
|
||||||
|
[JavaFX 15](https://gluonhq.com/products/javafx/)
|
||||||
|
|
||||||
|
## Tested on
|
||||||
|
Arch Linux x64 w/ openjfx-15, openjdk-15
|
||||||
|
Windows 10 x64 w/ openjfx-15, openjdk-15
|
||||||
|
Loading…
Reference in New Issue
Block a user