bulenkov/iconloader

getIcon(URL)

Closed this issue · 1 comments

Is it possible to load image resources from the jar? Does IconLoader.getIcon only support local file paths?

MyObject.class.getResource("image.png")

Nevermind, IconLoader.findIcon seems to work.