Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setVisible
Method · 0.95
getInstance
Method · 0.95
getDisplayWidth
Method · 0.95
getHorizontalMargins
Method · 0.95
getDisplayHeight
Method · 0.95
getVerticalMargins
Method · 0.95
addComponentToForm
Method · 0.95
initAdPadding
Method · 0.95
getUIManager
Method · 0.95
initTitleBarStatus
Method · 0.95
setBgTransparency
Method · 0.95
initGlobalToolbar
Method · 0.95
Tested by
no test coverage detected