Thomas, I usually put the canvas on a JSVGScrollPane. How would I do that for two layered canvasses?
> Subclass the canvas and override the 'setRenderingTransform' >and setPaintingTransform methods on the top canvas to call >the same methods with the same values on the lower canvas. >Also don't forget to mark the top canvas as Transparent for >swing and give it a transparent background color. -- View this message in context: http://www.nabble.com/how-to---dynamic-labels-tf2391776.html#a6802704 Sent from the Batik - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
