Patrick, I am not familiar with JBuilder, but I would think it has a way for you to install a Java Bean. If so, you can do the following:
a. Get the source Batik distribution (1.1rc4) b. Do a build bean (this will create a batik-bean jar file c. Load batik-bean.jar in JBuilder. This should make the JSVGCanvas available in a palette. d. Using the GUI builder, add a JSVGCanvas to your application panel. e. Using the property editor, you can set the URI of the document to view. Good luck. Vincent. Patrick Venturelli wrote: > > Hi all! > > I'm new in Java and Batik. Can someone give me sample code for using > batik (JSVGCanvas) in a Jbuilder 5 application. > I whant to make a multiple document application with svg viewing > capabality. > thanks in advance. > Patrick > > > ---------------------------------------------------------------------- > Get your FREE download of MSN Explorer at http://explorer.msn.com > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] For > additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
