Last active
January 27, 2016 21:12
-
-
Save codenameone/3481c77f93726745ad28 to your computer and use it in GitHub Desktop.
Terse syntax for Codename One flow layout creation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Container flowLayout = FlowLayout.encloseIn(new Label("First"), | |
new Label("Second"), | |
new Label("Third"), | |
new Label("Fourth"), | |
new Label("Fifth")); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sample usage code for https://www.codenameone.com/javadoc/com/codename1/ui/layouts/FlowLayout.html
From the Codename One project