Hi!
This is maybe not a J2ME issue, but I'd like to make an application that shows a map. The map is a couple of times larger than the 6310 canvas, and my idea is to pick out a small area of the large (map) canvas and show it on the screen. The user is supposed to navigate around in the larger canvas by moving the smaller canvas.
The technique I'm looking for would in some way be familiar to double buffering, but instead the background canvas would be larger in my case.
My question is if there is away of defining the size of the new canvas? Or is it unbounded? I haven't tried to implement it myself yet, instead I thought I'd listen to some of your oppinions before I do!
/Bjarne Johannessen

Reply With Quote

