Package com.codename1.ui.layouts

Layout managers allow a Container to arrange its components by a set of rules that would be adapted for specific screen/font sizes.

See: Description

Package com.codename1.ui.layouts Description

Layout managers allow a Container to arrange its components by a set of rules that would be adapted for specific screen/font sizes. A layout manager is an arranging algorithm encapsulated by an interface, the interface implementation places components absolutely based on "hints" received.