I would avoid setPreferredSize in general especially since 25% might vary based on device orientation etc.
I would also avoid the border layout as it doesn't work well in such use cases. A 2 column table layout with 25 width and 75 width and 100 height for both should work for this case. -- 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/793cf2de-095e-4f7d-9237-30c66e562937%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
