Using java for picture-xml presentation

Hi, I was just amazed with this tutorial about creating a picture presentation using xml that it made me create a java application that will let you view the picture, add a caption and create an xml out of it. :thumb2:

(below is the tutorial that inspired me )
http://www.kirupa.com/developer/mx2004/xml_slideshow.htm

By the way, i was only able to attached all the files except for the jdom.jar file since JDOM is 80Kb and i’m not allowed to attached files with more than 74kb:sigh: .

installation:

just unzip the file and save it in your local folder, within that folder you should see two files namely: XmlProcess.jar and run.bat

as for the JDom.jar you can just email me or google search it

when all the 3 files(XmlProcess.jar, JDom.jar, run.bat) are present in one folder, all you have to do is double-click on the run.bat file.

run.bat is just a batch script that points to where you Java Virtual Machine (Javaw.exe)
the contents of the script is

set classpath=XmlProcess.jar;jdom.jar;
**C:\WINNT\SYSTEM32\javaw** teaspoon.xmlprocess.XmlGui

* if you using windows xp. just edit the pathname of javaw since it's currently pointed to the default windows 2000 javaw.