Inserting images into form.
Hi, i am new to midlet programming.Can anybody help me in inserting images into forms.And how do we set a thumbnail view in a form.Thanks.
[166 byte] By [
pistonsa] at [2007-10-3 11:40:52]

Hello,use Image tmp = Image.CreateImage ("/com/...../t.jpg");Form f = new Form ("title here");f.append (tmp);//if u want to insert it after loading the form usef.insert (index,tmp);Good Luck,Rawad