Skip to content

Instantly share code, notes, and snippets.

@codenameone
Created January 27, 2016 21:13
Show Gist options
  • Save codenameone/acb3e2dc10ea767a72db to your computer and use it in GitHub Desktop.
Save codenameone/acb3e2dc10ea767a72db to your computer and use it in GitHub Desktop.
Sample of GridLayout usage in Codename One for terse syntax
GridLayout.encloseIn(new Label("First"),
new Label("Second"),
new Label("Third"),
new Label("Fourth"),
new Label("Fifth")));
@codenameone
Copy link
Author

Sample usage code for GridLayout

From the Codename One project

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