JavaFX, CSS
Data driven photo viewer with hard coded set of pictures. Photo attributes are used to populate the screen. Photo properties can be edited and saved, but only in memory, it is not persistent.
-
app: contains photo related classes
-
main: contains the FXML for the layout, the Controller class and the Main class to start the application
-
res: contains the resource file for internalisation, images and the app icon
-
style: contains the CSS file to style the layout
Photo Viewer Start Page:
Photo Viewer Screen:
Activating Edit to update metadata:
P.s.: images are courtesy of pixabay (Ctrl + click)