Hi,
I need a 2D coordinate system to which renders a user space coordinate system to swing components on the screen. Now that is exactly what Java2D does. But what I need further is to move the relative position of the screen and the coordinate system to get a kind of scrolling.
In Java 2D the default offspring (0,0) is in the upper left corner which is common in computer graphics.
Is it possible to move the point? If yes: How can I do it?
Thanks in advance.