Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Java & SVG

Status
Not open for further replies.

JPaterson

IS-IT--Management
May 31, 2005
9
GB
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
 
Unless you are doing this as an exercise in programming for your own education, suggest you have a look at
I think you'll find they have already been there and done that, but in C++...

If you still want to proceed, you could start with the W3C SVG page which has some useful links, as well as the SVG standards.

Steve

[small]"Every program can be reduced by one instruction, and every program has at least one bug. Therefore, any program can be reduced to one instruction which doesn't work." (Object::perlDesignPatterns)[/small]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top