Praveen
Praveen

Reputation: 522

JEditorpane load css image through classloader

I am packaging my app as a runnable jar with all my images in it. For my JEditorPane, how can I write the css file/url for 'background' property as I will not be able to get the path since the image is packaged in jar?

If I load the image through class loader getResourceAsStream, how can I refer it in JEditorPane?

Upvotes: 0

Views: 256

Answers (1)

StanislavL
StanislavL

Reputation: 57421

http://java-sl.com/tip_local_images.html Use this

Upvotes: 3

Related Questions