i see! it's alright then, i'll build it in linux and then jpackage it on windows
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
(<http://clojure.java.io/resource|clojure.java.io/resource> "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!