Hello all, I am new to the group and have a nice and easy startup question.
I am trying to go through the batik tute at: http://xml.apache.org/batik/domapi.html I have made some progress and can: 1. Create a document using DOM The class gets generated, and I assume I am not meant to see any SVG output so I then; 2. Creating a JSVGCanvas The canvas appears, I can load a document via the load button but this is not what I want to do. What I expect to happen is that I create SVG via DOM and have some other code at the end on the main method that automatically opens JSVGCanvas and using the method getSVGDocument it populates the canvas with the SVG I just created. The problem is that I don't now how to use "getSVGDocument"! Maybe someone can show me how it's done. NOTE: I am not well versed in using swing, java or batik so "little steps please". Thanks as always for any help the group can provide. This group is a life saver! Linc --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
