samuel
02/24/2021, 6:19 PMresources
folder when developing an intellij plugin? I’ve tried imageResource
and makeFromEncoded
but each of these methods fails to find the image resourceBryan L
02/24/2021, 7:48 PMsamuel
02/24/2021, 7:49 PMBryan L
02/24/2021, 8:11 PMImage(
bitmap = imageFromResource("header.png"),
"header")
Bryan L
02/24/2021, 8:16 PMBryan L
02/24/2021, 8:17 PMsamuel
02/24/2021, 8:18 PMimageFromResource
before posting the question and it didn’t work for me, perhaps the way resources are accessed from an intellij plugin context is different from a desktop context?