MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / Form

Method Form

CodenameOne/src/com/codename1/ui/Form.java:176–178  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

174
175 /// Default constructor creates a simple form
176 public Form() {
177 this(new FlowLayout());
178 }
179
180 /// Constructor that accepts a layout
181 ///

Callers

nothing calls this directly

Calls 15

setVisibleMethod · 0.95
getInstanceMethod · 0.95
getDisplayWidthMethod · 0.95
getHorizontalMarginsMethod · 0.95
getDisplayHeightMethod · 0.95
getVerticalMarginsMethod · 0.95
addComponentToFormMethod · 0.95
initAdPaddingMethod · 0.95
getUIManagerMethod · 0.95
initTitleBarStatusMethod · 0.95
setBgTransparencyMethod · 0.95
initGlobalToolbarMethod · 0.95

Tested by

no test coverage detected