Skip to content

A simple Swing Scala image gallery app with search functionality

License

Notifications You must be signed in to change notification settings

michaeltroger/scala-imagegallery

Repository files navigation

A simple Swing Scala image gallery

Loading copyright-free images from Flickr

CI

Note: This app was created in 2017 when I was a beginner to Scala. So don't expect a perfect code please. In 2021 I updated the project to build with IntelliJ IDEA 2021.2.2, updated the Scala version and all dependencies.

Screenshot

The app shows 10 images fitting the search term. There is no pagination implemented so you're really limited to 10 images in total. A click on an image opens the image URL in a browser. The app only displays images that are without copyright (Public Domain Mark).

How to get started

  1. Flickr API key has to be set as environment variable: FLICKR_API_KEY
  2. Launch app through IntelliJ IDEA

Author: Michael Troger