Created
January 28, 2016 09:19
-
-
Save codenameone/2b4d9a13f409e297fb2e to your computer and use it in GitHub Desktop.
Sample of the Codename One TableLayout using the terse syntax calls
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 tl = TableLayout.encloseIn(2, 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 TableLayout
From the Codename One project