I'm using lwuit library. i have a form with a background image. and i want to place another image on top of it at a particular angle, and at a particular position(center for instance). How can this be done. please help with code.
Just add the image on the Label
and place into the particular position on the Form
. Use getStyle().setMargin(....)
for place the particular position on the Form
.