[JAVA2D] drawing on only part of display in fullscreen mode with double buffering?

2007-06-23 Thread java2d
I am trying to implement an animation in Fullscreen mode (FSEM) where the background remains static to a large extent and only some small portion of the display should differ from frame to frame. I can do this by drawing both the static background image and the animating foreground image to the

Re: [JAVA2D] drawing on only part of display in fullscreen mode with double buffering?

2007-06-23 Thread Dmitri Trembovetski
[EMAIL PROTECTED] wrote: I am trying to implement an animation in Fullscreen mode (FSEM) where the background remains static to a large extent and only some small portion of the display should differ from frame to frame. I can do this by drawing both the static background image and the