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

Reply via email to