Skip to content

Instantly share code, notes, and snippets.

@codenameone
Last active January 27, 2016 21:12
Show Gist options
  • Save codenameone/3481c77f93726745ad28 to your computer and use it in GitHub Desktop.
Save codenameone/3481c77f93726745ad28 to your computer and use it in GitHub Desktop.
Terse syntax for Codename One flow layout creation
Container flowLayout = FlowLayout.encloseIn(new Label("First"),
new Label("Second"),
new Label("Third"),
new Label("Fourth"),
new Label("Fifth"));
@codenameone
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment