Im using GridLayout and Im having a 3*3 "matrix" (three rows and three columns). I want to place an image in the first row, and that image is supposed to span/stretch for three columns. Is that possible? (I know SWT/JFace has solved this by GridData and column/row span possibility)
|
|
|
|
|
|
|
I don't think it's possible to assign a column span to a cell inside GridLayout in LWUIT. Maybe you can try to use a BorderLayout and have something like this:
|
||
|
|
