|
Repainting part of screen -
08-25-2004, 03:29 PM
Is there a way to update only a portion of the screen instead of repainting the whole screen? I have a screen with many graphics and I have a bit of animation. Basically a small graphic moving around the screen.
I'm using UiApplication.getUiApplication().repaint(), but this seems to repaint the whole screen. Can I just repaint a section?
|