I'm working on a J2ME applicatoin using LWUIT and would like to support most of the major resolutions available on the market. Back in Android development, I had four sets of resolutions, Ldpi, Mdpi, Hdpi and XHigh, and behind the scenes Android maps the device resolution to any of these four sets, is there something similar in LWUIT for raster graphics, some way to map the dimensions to a grouped set of resolutions.
Regards.
Yehia A.Salam
Look at multi-images in the Resource Editor, they allow defining separate resources for separate devices and the border wizard can implicitly cut an image to a multi-image border.