how to make a gridview in J2me

2019-08-03 19:21发布

问题:

Hi I'm new in j2me & i make a application in j2me how to create a grid view in j2me and how to insert an image in j2me please give me the suggestion.

回答1:

Better way is you can easily achieve this with LWUIT framework for Java ME application. You can use Grid layout and here you can set the BGImage or BGColor for Components.



回答2:

Better to use CustomItem and draw the lines like table.