我的意思是作为滑块,如下:
Image img[]=new Image{"a.png","b.png","c.png"};
for(int i=0;i<img.length;i++){
limg = (new CustomLabel(img[i]));
cnti.addComponent(limg);
addComponent(cnti);
}
抱歉,我希望你们都能得到我的问题。
答案 0 :(得分:0)
您可以放置Label
,然后在使用幻灯片转换时使用Container.replace()
替换它。
如果你想允许用户滑动,理论上你可以使用水平列表但是在LWUIT中有一些错误。
Codename One中有更强大的选项,包括ImageView
。