- Joined
- Apr 19, 2016
- Messages
- 55
- Thread Author
- #1
I have an imageView in a '.FXML' file and I want to provide it an image. Is there a way to do it manually, in SceneBuilder? If not, how would I do it using the Resources class? I have tried using the following but without luck:
Code:
Resources.getAsBufferedImage(SOME_IMAGE_STR)