Open SVG files in a Swing App
807603Nov 2 2007 — edited Nov 2 2007Hi, I want to show SVG images in my Java application
Can I use a jpanel or another jframe to show the image but inside the application? how can I do this? Is there any package or class that I can use to solve this problem?
(I've heard of something called batik, but how can I use this?)
if not,
How can I open the .svg file (For Example, I press a Button and then the file is opened with IExplorer)
thanx =)