A simple solution would be to nest a border layout instead of box layout so c2 would be border layout and the table would be in the center of the second border layout.
Since border layout expands the center component to take up available space this would work well. You can then add the other components to east/west. You can also use another table layout to enclose this table layout if you want fine grained control over the width of the elements. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/b7daa379-400b-43de-88a7-869f7e804e88%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
