SlideShow turns a notebook computer into a high-capacity photo frame. Runs on Windows 10. SlideShow can run month after month with no issues.
SlideShow © Copyright 2021, Eric Bergman-Terrell
Download
the appropriate version of the swt.jar file.- Update the ant build script to point to the swt.jar file that you downloaded.
- Run the ant build script (build.xml). It writes a SlideShow.jar file to C:/Temp.
java -jar {path to SlideShow.jar file} {path to folder containing image files} {seconds to display each image} {image file types}
For example:
java -jar C:/Temp/SlideShow.jar C:\Temp\Vault3Photos.001\ 1 ".jpg" ".jpeg" ".png" 10
Download
the appropriate version of the swt.jar file.- Update the ant build script to point to the swt.jar file.
- Run the updated ant build script.
- When SlideShow is run from a command line, pressing Esc will stop the program. When SlideShow is run automatically at startup, pressing Esc has no effect.
Please submit your feedback to SlideShow@EricBT.com.