In J2ME I am Using LWUIT library.
My problem is I want to add various component on single Form using different layout or Container. I am looking for some code or example.
Example..
- add Header image on top of the Form.
- Adding two label, two textfield on one Container/layout and Two button on another Container/layout. Design like Login Form.
- add Footer image on bottom of the Form.