开发者

Using resources of composite components from an external JAR

开发者 https://www.devze.com 2023-03-21 18:17 出处:网络
I am using my composite components in an external jar-archive. In my jar-archive i have resources like images and css-files. 开发者_如何学运维For example, one of my components uses a button with an im

I am using my composite components in an external jar-archive. In my jar-archive i have resources like images and css-files. 开发者_如何学运维For example, one of my components uses a button with an image inside. when i try to use my component in another project, the resource for the image is not found.

How do i solve this problem?


Try the ResourceHandler api. Check this article.

0

精彩评论

暂无评论...
验证码 换一张
取 消