I want to place the components A and B over component with List. I need that would text of list will be to visible. I can not find which layout can do it. How this behavior is in lwuit? What solutions exist?

|
I want to place the components A and B over component with List. I need that would text of list will be to visible. I can not find which layout can do it. How this behavior is in lwuit? What solutions exist?
| |||
|
feedback
|
|
The question is somewhat unclear, jmunoz answer is correct if you want component's A and B to reside at the bottom of the screen and the list to scroll above. However from the drawing it seems you want an "always on top" effect which you can achieve either via a glass pane (for non-interactive components) or via the This is actually quite simple using the following:
| |||
|
feedback
|
|
You must do the following: The Put the
With this you can get a scrollable | ||||
|
feedback
|