Closed GoogleCodeExporter closed 8 years ago
You can create multiple Surfaces and put them on top of one another to create
layers - use the bottom layer to draw background only and upper layers to draw
other things. You won't have to redraw the bottom layer if the background is
static.
One way to put multiple Surfaces in the same place is to use an AbsolutePanel.
If two Surfaces starts from the same (x, y) coordinate and have the same size,
you won't notice that there are two of them (unless you look at the source).
Original comment by hao1...@gmail.com
on 5 Apr 2011 at 2:43
Original issue reported on code.google.com by
arnaud.c...@yahoo.fr
on 5 Apr 2011 at 9:06