Re: SVG and JLayeredPane

2005-01-31 Thread Thomas DeWeese
Hi Jim, I would suggest trying to use the SwingSVGPrettyPrint class to get and SVG 'dump' of your JLayeredPane. Otherwise, I would look at the src.jar that comes with the JDK distribution to see what is going on at line 539 in JLayeredPane.java. Snyder, Jim ( GE Transportation ) wrote: I was ab

SVG and JLayeredPane

2005-01-31 Thread Snyder, Jim \( GE Transportation \)
Hello, I was able to get Batik to generate an SVG text output using the following algorithm (from the Batik website) on java components such as a JPanel ( the this instance is of JPanel). try { DOMImplementation domImpl = GenericDOMImplementation.getDOMImplem