Created
January 27, 2016 21:13
-
-
Save codenameone/acb3e2dc10ea767a72db to your computer and use it in GitHub Desktop.
Sample of GridLayout usage in Codename One for terse syntax
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
GridLayout.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 GridLayout
From the Codename One project