Go to file
2021-02-16 21:23:59 +00:00
demoPics Cleanup, better error handling, better code structure, added some icons, added "about" information 2021-02-16 13:14:55 +01:00
icons Cleanup, better error handling, better code structure, added some icons, added "about" information 2021-02-16 13:14:55 +01:00
src/de/thm/tlf/photoViewer Reworking NoPicturesLoadedException, fixing "about dialog" 2021-02-16 22:16:16 +01:00
.gitignore continuing 2021-02-07 02:47:02 +01:00
PhotoViewer.iml Cleanup, better error handling, better code structure, added some icons, added "about" information 2021-02-16 13:14:55 +01:00
README.md Update README.md 2021-02-16 21:23:59 +00:00

PhotoViewer

Implementation of a simple Photo viewer with zoom-functions and a slide-show mode

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)

--module-path /PATH/TO/JAVAFX/LIB/DIR --add-modules javafx.controls,javafx.fxml

Requirenments:

Java 15

JavaFX 15

Tested on

Arch Linux x64 w/ openjfx-15, openjdk-15
Windows 10 x64 w/ openjfx-15, openjdk-15