Hi, I'm trying to run an app that searches for a specific entry in a database and displays the image associated with the entry. The file name is saved in one of the columns and I was able to correctly query the database and get the file name saved to a local variable but I'm not sure how to display the image in my app.
I'm new to java and to Appery so any help would be greatly appreciated.