Hi,

I am using the Thumbnail dialog (of Batik 1.5b4b version) on a JSVGCanvas in
my project. My problem is that after dragging the mouse to the area of
interest on the thumbnail canvas, the thumbnail dialog kind of gets hanged
and doesn't allow dragging anymore until i resize the thumbnail dialog.

The document displayed on my canvas is a simple SVG file with line and text
elements. I am setting my JSVGCanvas to a scrollpane as shown below.

JScrollPane scrollpane = new JScrollPane();
scrollpane.setViewportView(_svgCanvas);
canvasPanel.add(scrollpane, BorderLayout.CENTER);


Am i missing out on something?
Please help!

Regards
Geeta


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

Reply via email to