I plan to make a javaFX gui for an app that I’m working on. I have a class which contains attributes of something and in these attributes i want an Image which can be displayed in an ImageView (javaFX). Which type should i use for the image?
Share
Given the constructor
ImageView(Image)I would say store them as anImage.