| Package | Description |
|---|---|
| com.codename1.ui.layouts |
Layout managers allow a
Container to
arrange its components by a set of rules that adapt to specific
densities (ppi - pixels per inch). |
| Modifier and Type | Method and Description |
|---|---|
static BorderLayout |
BorderLayout.absolute()
Shorthand for
new BorderLayout(BorderLayout.CENTER_BEHAVIOR_CENTER_ABSOLUTE) |
static BorderLayout |
BorderLayout.center()
Shorthand for
new BorderLayout(BorderLayout.CENTER_BEHAVIOR_CENTER) |
static BorderLayout |
BorderLayout.totalBelow()
Shorthand for
new BorderLayout(BorderLayout.CENTER_BEHAVIOR_TOTAL_BELOW) |
Copyright © 2023. All rights reserved.