You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
590 B
Markdown

3 years ago
# PhotoViewer
Implementation of a simple Photo viewer with zoom-functions and a slide-show mode
3 years ago
University Project using Java and JavaFX
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)
```
3 years ago
--module-path /PATH/TO/JAVAFX/LIB/DIR --add-modules javafx.controls,javafx.fxml
```
## Requirenments:
[Java 15](https://jdk.java.net/15/)
3 years ago
3 years ago
[JavaFX 15](https://gluonhq.com/products/javafx/)
## Tested on
3 years ago
Arch Linux x64 w/ openjfx-15, openjdk-15
3 years ago
Windows 10 x64 w/ openjfx-15, openjdk-15