Hi all

I have a dual JPanel on my application.
One display a picture, the other display the SVG of this picture.

I Used before two JScrollPane to move into theses pictures, and put 
xxx.getVerticalScrollBar().setModel(yyy.getVerticalScrollBar().getModel());
xxx.getHorizontalScrollBar().setModel(yyy.getHorizontalScrollBar().getModel());
to synchronize movements and size of theses ScrollPane.

I change my JSVGPanel ScrollPane by a JSVGScrollPane, but i cannot
synchronize models, it doesn't work.
Maybe someone have some solution to synchronize a JSVGScrollPane with a
JScrollPane ? As simpler as the one i used before ?

Thanks for your help !
-- 
View this message in context: 
http://www.nabble.com/SetModel-on-a-JSVGCanvas-for-moving-synchronisation-with-a-JScrollPane---tp25924232p25924232.html
Sent from the Batik - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to