I have a transparent SVG file. I would like to use it as the icon of a JLabel, via setIcon().
I use Batik for SVG, but I don't know how to do this. Can you help me ?
Thanks :)
|
|
|
I suggest to you take a look at Batik project http://xmlgraphics.apache.org/batik/ It's a library for use SVG images in Java apps. And this question have some help about using Batik library http://stackoverflow.com/questions/1558852/learning-resources-and-tutorials-for-using-the-java-batik-library |
|||
|
|
|
I have found the solution :
|
|||
|
|