In fairness, consider that the layout has a lot of moving parts, and getting the exact result you want from generic tools is problematic at best. Have you tried to get the same effect using standard java/swing tools? I bet you find it's every bit as frustrating.
My solution, which I do recommend you try, is to define your own layout manager and layout the components the way you want them to. When you only have to serve yourself, making a layout is not hard at all. -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/7024cc07-7c3e-454d-8984-595aef2f967e%40googlegroups.com.
