Hi,

How do I get JSVGScrollPane to be visible when the visible part of the
JSVGCanvas is too small to view all the content in a SVG file. Is it possible
to have the JSVGScrollPane visible at all times. This is what I have written so
far.

JSVGCanvas canvas = new JSVGCanvas();
canvas = setSVGDocument(svgfile);
JSVGScrollPane scrollPane = new JSVGScrollPane(canvas);
getContentPane().add(scrollPane,BorderLayout.CENTER);

Cheers,
Sarala



----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to