with a component like :tab that has a :graphic setting, how do I tell it to use an image that’s available in resources/ — can resolve with
( "foo.png")
but even though I can definitely resolve, not clear how to give it to :tab
@michaelb :fx/type :image-view has :image prop that can load resources from the classpath
nice, okay, was hunting, thanks for the tip!
i see! it's alright then, i'll build it in linux and then jpackage it on windows