I have a welcome screen which displays an image using label as background.

Now, I want to and I'm trying to display an icon upon this background image with transition.

So, once the icon transition over the background image is done, I should be able to see the background image and the icon displayed in one screen.

Is it possible? How should I do it?

有帮助吗?

解决方案

This is possible in Codename One using layered layout, I don't recall if we added it to LWUIT or later on as we forked to Codename One.

Failing that just set the image as the bgImage and then just place the other image on top.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top