Skip to content
Snippets Groups Projects
Commit c0a6e9cb authored by tcarver's avatar tcarver
Browse files

Merge pull request #114 from tcarver/master

batik 1.7
parents e8494c2a 29c5ae0e
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@
<classpathentry kind="lib" path="lib/picard/sam.jar"/>
<classpathentry kind="lib" path="lib/commons-net-2.2.jar"/>
<classpathentry kind="lib" path="lib/batik/batik-awt-util.jar"/>
<classpathentry kind="lib" path="lib/batik/batik-codec.jar"/>
<classpathentry kind="lib" path="lib/batik/batik-dom.jar"/>
<classpathentry kind="lib" path="lib/batik/batik-ext.jar"/>
<classpathentry kind="lib" path="lib/batik/batik-svggen.jar"/>
......
No preview for this file type
File added
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
http://xmlgraphics.apache.org/batik/
SVN (batik-1.8pre) version (13-NOV-2012):
http://people.apache.org/builds/xml-batik/batik-svn-12-11-13.zip
batik-1.7
\ No newline at end of file
......@@ -109,7 +109,10 @@ public class EntryGroupDisplay extends JPanel
protected void printComponent(Graphics g)
{
super.paintComponent(g);
super.printChildren(g);
try
{
super.printChildren(g);
}catch(Exception e){}
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment