Skip to content

Instantly share code, notes, and snippets.

@codenameone
Created January 27, 2016 21:13
Show Gist options
  • Select an option

  • Save codenameone/acb3e2dc10ea767a72db to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown
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