Hello All,
I am looking to make an Java drawing tool which will create, read, write and modify svg files. However i havent got a clue where to start programming. I understand that there will be minimum of 3 parts to such a tool
*SVG file (myDrawing.svg)
* DOM
* Java file (myApplication.java)
I would be very grateful if someone could send me an open source example with the above parts so i can understand how to parse back and fore.
On a side note, is Netbeans 5.0 IDE ideal for the development of such an application?
Thanks,
John
I am looking to make an Java drawing tool which will create, read, write and modify svg files. However i havent got a clue where to start programming. I understand that there will be minimum of 3 parts to such a tool
*SVG file (myDrawing.svg)
* DOM
* Java file (myApplication.java)
I would be very grateful if someone could send me an open source example with the above parts so i can understand how to parse back and fore.
On a side note, is Netbeans 5.0 IDE ideal for the development of such an application?
Thanks,
John