Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/frostybee/fx-gallery

An image gallery written in Java/JavaFX.
https://github.com/frostybee/fx-gallery

javafx javafx-application javafx-gui sqlite-database

Last synced: 10 days ago
JSON representation

An image gallery written in Java/JavaFX.

Awesome Lists containing this project

README

        

# Bee's JFX Image Gallery
Bee's JFX is a simple application for managing images of species written in Java and JavaFX framework. The managed images are stored in an SQLite database as BLOBs.

## Main Features
- Add/update/remove an image.
- Listing of stored images.
- Image visualizer.

## Screenshots
![Main Window](screenshots/main-window.png) ​
![Image Visualizer](screenshots/ImageViewer.png) ​

## Libraries Used & Credits
- [SQLite JDBC Driver](https://github.com/xerial/sqlite-jdbc), (by xerial, Taro L. Saito).
- [FontAwesomeFX](https://mvnrepository.com/artifact/de.jensd/fontawesomefx) (by Dave Gandy).
- [JFoenix](https://github.com/sshahine/JFoenix). A javafx material design library (by Shadi Shaheen).
- [JavaFX](https://openjfx.io/)