Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我计划为我正在开发的应用程序制作一个 javaFX gui。我有一个包含某些属性的类,在这些属性中我想要一个可以在 ImageView (javaFX) 中显示的图像。我应该使用哪种类型的图像?
给定构造函数ImageView(Image),我会说将它们存储为Image.
ImageView(Image)
Image