JaseemAmeer
JaseemAmeer

Reputation: 107

j2me draw images on form with lwuit

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.

Upvotes: 0

Views: 875

Answers (1)

bharath
bharath

Reputation: 14463

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.

Upvotes: 1

Related Questions